@@ -5,16 +5,16 @@ go 1.22.3
5
5
toolchain go1.22.7
6
6
7
7
replace (
8
- github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20250124205414-92ccb3765401
8
+ github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20250221232320-8d4cfd37a3cd
9
9
github.com/hashicorp/vault => github.com/hashicorp/vault v1.2.0
10
10
github.com/mrparkers/terraform-provider-keycloak => ../upstream
11
11
)
12
12
13
13
require (
14
14
github.com/keycloak/terraform-provider-keycloak v0.0.0-20241206084240-f87470c95855
15
15
github.com/pulumi/providertest v0.1.3
16
- github.com/pulumi/pulumi-terraform-bridge/v3 v3.103.0
17
- github.com/pulumi/pulumi/sdk/v3 v3.148.0
16
+ github.com/pulumi/pulumi-terraform-bridge/v3 v3.103.1-0.20250303171217-eac88d721c48
17
+ github.com/pulumi/pulumi/sdk/v3 v3.153.1
18
18
github.com/stretchr/testify v1.10.0
19
19
)
20
20
@@ -120,13 +120,13 @@ require (
120
120
github.com/hashicorp/go-sockaddr v1.0.6 // indirect
121
121
github.com/hashicorp/go-uuid v1.0.3 // indirect
122
122
github.com/hashicorp/go-version v1.7.0 // indirect
123
- github.com/hashicorp/hc-install v0.9.0 // indirect
123
+ github.com/hashicorp/hc-install v0.9.1 // indirect
124
124
github.com/hashicorp/hcl v1.0.0 // indirect
125
- github.com/hashicorp/hcl/v2 v2.22 .0 // indirect
125
+ github.com/hashicorp/hcl/v2 v2.23 .0 // indirect
126
126
github.com/hashicorp/hil v0.0.0-20190212132231-97b3a9cdfa93 // indirect
127
127
github.com/hashicorp/logutils v1.0.0 // indirect
128
- github.com/hashicorp/terraform-exec v0.21 .0 // indirect
129
- github.com/hashicorp/terraform-json v0.23 .0 // indirect
128
+ github.com/hashicorp/terraform-exec v0.22 .0 // indirect
129
+ github.com/hashicorp/terraform-json v0.24 .0 // indirect
130
130
github.com/hashicorp/terraform-plugin-go v0.26.0 // indirect
131
131
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
132
132
github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0 // indirect
@@ -184,7 +184,7 @@ require (
184
184
github.com/pulumi/inflector v0.1.1 // indirect
185
185
github.com/pulumi/pulumi-java/pkg v0.19.0 // indirect
186
186
github.com/pulumi/pulumi-yaml v1.12.0 // indirect
187
- github.com/pulumi/pulumi/pkg/v3 v3.148.0 // indirect
187
+ github.com/pulumi/pulumi/pkg/v3 v3.153.1 // indirect
188
188
github.com/pulumi/schema-tools v0.1.2 // indirect
189
189
github.com/pulumi/terraform-diff-reader v0.0.2 // indirect
190
190
github.com/rivo/uniseg v0.4.4 // indirect
@@ -215,7 +215,7 @@ require (
215
215
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
216
216
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
217
217
github.com/yuin/goldmark v1.7.4 // indirect
218
- github.com/zclconf/go-cty v1.15.0 // indirect
218
+ github.com/zclconf/go-cty v1.16.2 // indirect
219
219
go.opencensus.io v0.24.0 // indirect
220
220
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
221
221
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
@@ -225,15 +225,15 @@ require (
225
225
go.uber.org/atomic v1.9.0 // indirect
226
226
gocloud.dev v0.37.0 // indirect
227
227
gocloud.dev/secrets/hashivault v0.37.0 // indirect
228
- golang.org/x/crypto v0.32 .0 // indirect
228
+ golang.org/x/crypto v0.33 .0 // indirect
229
229
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
230
- golang.org/x/mod v0.21 .0 // indirect
230
+ golang.org/x/mod v0.22 .0 // indirect
231
231
golang.org/x/net v0.34.0 // indirect
232
232
golang.org/x/oauth2 v0.23.0 // indirect
233
- golang.org/x/sync v0.10 .0 // indirect
234
- golang.org/x/sys v0.29 .0 // indirect
235
- golang.org/x/term v0.28 .0 // indirect
236
- golang.org/x/text v0.21 .0 // indirect
233
+ golang.org/x/sync v0.11 .0 // indirect
234
+ golang.org/x/sys v0.30 .0 // indirect
235
+ golang.org/x/term v0.29 .0 // indirect
236
+ golang.org/x/text v0.22 .0 // indirect
237
237
golang.org/x/time v0.5.0 // indirect
238
238
golang.org/x/tools v0.23.0 // indirect
239
239
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
0 commit comments