1
1
module github.com/scoretechnologies/pulumi-zitadel/provider
2
2
3
- go 1.21
3
+ go 1.23.7
4
+
5
+ toolchain go1.24.2
4
6
5
7
replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20230912190043-e6d96b3b8f7e
6
8
7
9
require (
8
10
github.com/pulumi/pulumi-terraform-bridge/v3 v3.62.0
9
11
github.com/pulumi/pulumi/sdk/v3 v3.89.0
10
- github.com/zitadel/terraform-provider-zitadel v1.3 .0
12
+ github.com/zitadel/terraform-provider-zitadel/v2 v2.2 .0
11
13
)
12
14
13
15
require (
14
16
cloud.google.com/go v0.111.0 // indirect
15
- cloud.google.com/go/compute v1.23.3 // indirect
16
- cloud.google.com/go/compute/metadata v0.2.3 // indirect
17
+ cloud.google.com/go/compute/metadata v0.5.0 // indirect
17
18
cloud.google.com/go/iam v1.1.5 // indirect
18
19
cloud.google.com/go/kms v1.15.5 // indirect
19
20
cloud.google.com/go/logging v1.9.0 // indirect
@@ -89,36 +90,36 @@ require (
89
90
github.com/dustin/go-humanize v1.0.1 // indirect
90
91
github.com/edsrzf/mmap-go v1.1.0 // indirect
91
92
github.com/emirpasic/gods v1.18.1 // indirect
92
- github.com/envoyproxy/protoc-gen-validate v1.0.4 // indirect
93
+ github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
93
94
github.com/ettle/strcase v0.1.1 // indirect
94
95
github.com/fatih/color v1.15.0 // indirect
95
96
github.com/gabriel-vasile/mimetype v1.4.1 // indirect
96
97
github.com/gedex/inflector v0.0.0-20170307190818-16278e9db813 // indirect
97
98
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
98
99
github.com/go-git/go-billy/v5 v5.4.1 // indirect
99
100
github.com/go-git/go-git/v5 v5.8.1 // indirect
100
- github.com/go-logr/logr v1.2.4 // indirect
101
+ github.com/go-jose/go-jose/v4 v4.0.5 // indirect
102
+ github.com/go-logr/logr v1.4.2 // indirect
101
103
github.com/go-logr/stdr v1.2.2 // indirect
102
104
github.com/gofrs/uuid v4.2.0+incompatible // indirect
103
105
github.com/gogo/protobuf v1.3.2 // indirect
104
106
github.com/golang-jwt/jwt v3.2.1+incompatible // indirect
105
107
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
106
- github.com/golang/glog v1.1 .2 // indirect
108
+ github.com/golang/glog v1.2 .2 // indirect
107
109
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
108
- github.com/golang/protobuf v1.5.3 // indirect
110
+ github.com/golang/protobuf v1.5.4 // indirect
109
111
github.com/golang/snappy v0.0.4 // indirect
110
112
github.com/google/go-cmp v0.6.0 // indirect
111
113
github.com/google/go-querystring v1.1.0 // indirect
112
114
github.com/google/s2a-go v0.1.7 // indirect
113
115
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
114
- github.com/google/uuid v1.4 .0 // indirect
116
+ github.com/google/uuid v1.6 .0 // indirect
115
117
github.com/google/wire v0.5.0 // indirect
116
118
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
117
119
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
118
120
github.com/gorilla/mux v1.8.0 // indirect
119
- github.com/gorilla/schema v1.2.0 // indirect
120
- github.com/gorilla/securecookie v1.1.1 // indirect
121
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
121
+ github.com/gorilla/securecookie v1.1.2 // indirect
122
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
122
123
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 // indirect
123
124
github.com/hashicorp/errwrap v1.1.0 // indirect
124
125
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -183,6 +184,7 @@ require (
183
184
github.com/muesli/cancelreader v0.2.2 // indirect
184
185
github.com/muesli/reflow v0.3.0 // indirect
185
186
github.com/muesli/termenv v0.15.1 // indirect
187
+ github.com/muhlemmer/gu v0.3.1 // indirect
186
188
github.com/natefinch/atomic v1.0.1 // indirect
187
189
github.com/oklog/run v1.1.0 // indirect
188
190
github.com/opentracing/basictracer-go v1.1.0 // indirect
@@ -203,7 +205,7 @@ require (
203
205
github.com/pulumi/schema-tools v0.1.2 // indirect
204
206
github.com/pulumi/terraform-diff-reader v0.0.2 // indirect
205
207
github.com/rivo/uniseg v0.4.4 // indirect
206
- github.com/rogpeppe/go-internal v1.11 .0 // indirect
208
+ github.com/rogpeppe/go-internal v1.12 .0 // indirect
207
209
github.com/russross/blackfriday/v2 v2.1.0 // indirect
208
210
github.com/ryanuber/go-glob v1.0.0 // indirect
209
211
github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06 // indirect
@@ -212,12 +214,13 @@ require (
212
214
github.com/segmentio/encoding v0.3.5 // indirect
213
215
github.com/sergi/go-diff v1.3.1 // indirect
214
216
github.com/shopspring/decimal v1.3.1 // indirect
217
+ github.com/sirupsen/logrus v1.9.3 // indirect
215
218
github.com/skeema/knownhosts v1.2.0 // indirect
216
219
github.com/spf13/afero v1.10.0 // indirect
217
220
github.com/spf13/cast v1.5.0 // indirect
218
221
github.com/spf13/cobra v1.7.0 // indirect
219
222
github.com/spf13/pflag v1.0.5 // indirect
220
- github.com/stretchr/testify v1.8.4 // indirect
223
+ github.com/stretchr/testify v1.10.0 // indirect
221
224
github.com/texttheater/golang-levenshtein v1.0.1 // indirect
222
225
github.com/tweekmonster/luser v0.0.0-20161003172636-3fa38070dbd7 // indirect
223
226
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
@@ -231,34 +234,36 @@ require (
231
234
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
232
235
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
233
236
github.com/zclconf/go-cty v1.14.0 // indirect
234
- github.com/zitadel/oidc v1.13.5 // indirect
235
- github.com/zitadel/zitadel-go/v2 v2.1.8 // indirect
237
+ github.com/zitadel/logging v0.6.1 // indirect
238
+ github.com/zitadel/oidc/v3 v3.33.1 // indirect
239
+ github.com/zitadel/schema v1.3.0 // indirect
240
+ github.com/zitadel/zitadel-go/v3 v3.4.2 // indirect
236
241
go.opencensus.io v0.24.0 // indirect
237
- go.opentelemetry.io/otel v1.19 .0 // indirect
238
- go.opentelemetry.io/otel/metric v1.19 .0 // indirect
239
- go.opentelemetry.io/otel/trace v1.19 .0 // indirect
242
+ go.opentelemetry.io/otel v1.29 .0 // indirect
243
+ go.opentelemetry.io/otel/metric v1.29 .0 // indirect
244
+ go.opentelemetry.io/otel/trace v1.29 .0 // indirect
240
245
go.uber.org/atomic v1.9.0 // indirect
241
246
gocloud.dev v0.27.0 // indirect
242
247
gocloud.dev/secrets/hashivault v0.27.0 // indirect
243
- golang.org/x/crypto v0.21 .0 // indirect
244
- golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
245
- golang.org/x/mod v0.13 .0 // indirect
246
- golang.org/x/net v0.23 .0 // indirect
247
- golang.org/x/oauth2 v0.16 .0 // indirect
248
- golang.org/x/sync v0.5 .0 // indirect
249
- golang.org/x/sys v0.18 .0 // indirect
250
- golang.org/x/term v0.18 .0 // indirect
251
- golang.org/x/text v0.14 .0 // indirect
248
+ golang.org/x/crypto v0.36 .0 // indirect
249
+ golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
250
+ golang.org/x/mod v0.19 .0 // indirect
251
+ golang.org/x/net v0.38 .0 // indirect
252
+ golang.org/x/oauth2 v0.24 .0 // indirect
253
+ golang.org/x/sync v0.12 .0 // indirect
254
+ golang.org/x/sys v0.31 .0 // indirect
255
+ golang.org/x/term v0.30 .0 // indirect
256
+ golang.org/x/text v0.23 .0 // indirect
252
257
golang.org/x/time v0.3.0 // indirect
253
- golang.org/x/tools v0.14 .0 // indirect
258
+ golang.org/x/tools v0.23 .0 // indirect
254
259
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
255
260
google.golang.org/api v0.149.0 // indirect
256
261
google.golang.org/appengine v1.6.8 // indirect
257
262
google.golang.org/genproto v0.0.0-20240116215550-a9fa1716bcac // indirect
258
- google.golang.org/genproto/googleapis/api v0.0.0-20240125205218-1f4bbc51befe // indirect
259
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240125205218-1f4bbc51befe // indirect
260
- google.golang.org/grpc v1.61 .0 // indirect
261
- google.golang.org/protobuf v1.33.0 // indirect
263
+ google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
264
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
265
+ google.golang.org/grpc v1.67 .0 // indirect
266
+ google.golang.org/protobuf v1.35.2 // indirect
262
267
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
263
268
gopkg.in/warnings.v0 v0.1.2 // indirect
264
269
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments