@@ -7,15 +7,15 @@ toolchain go1.22.7
7
7
replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20240520223432-0c0bf0d65f10
8
8
9
9
require (
10
- github.com/ovh/terraform-provider-ovh v0.50 .0
11
- github.com/pulumi/pulumi-terraform-bridge/pf v0.44.1
12
- github.com/pulumi/pulumi-terraform-bridge/v3 v3.91 .1
13
- github.com/pulumi/pulumi/sdk/v3 v3.134 .1
10
+ github.com/ovh/terraform-provider-ovh v1.0 .0
11
+ github.com/pulumi/pulumi-terraform-bridge/pf v0.46.0
12
+ github.com/pulumi/pulumi-terraform-bridge/v3 v3.93 .1
13
+ github.com/pulumi/pulumi/sdk/v3 v3.136 .1
14
14
)
15
15
16
16
require (
17
17
cloud.google.com/go v0.112.1 // indirect
18
- cloud.google.com/go/compute/metadata v0.3 .0 // indirect
18
+ cloud.google.com/go/compute/metadata v0.5 .0 // indirect
19
19
cloud.google.com/go/iam v1.1.6 // indirect
20
20
cloud.google.com/go/kms v1.15.7 // indirect
21
21
cloud.google.com/go/logging v1.9.0 // indirect
@@ -105,7 +105,7 @@ require (
105
105
github.com/hashicorp/go-getter v1.7.5 // indirect
106
106
github.com/hashicorp/go-hclog v1.6.3 // indirect
107
107
github.com/hashicorp/go-multierror v1.1.1 // indirect
108
- github.com/hashicorp/go-plugin v1.6.1 // indirect
108
+ github.com/hashicorp/go-plugin v1.6.2 // indirect
109
109
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
110
110
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
111
111
github.com/hashicorp/go-safetemp v1.0.0 // indirect
@@ -123,9 +123,9 @@ require (
123
123
github.com/hashicorp/terraform-json v0.22.1 // indirect
124
124
github.com/hashicorp/terraform-plugin-framework v1.12.0 // indirect
125
125
github.com/hashicorp/terraform-plugin-framework-validators v0.12.0 // indirect
126
- github.com/hashicorp/terraform-plugin-go v0.24 .0 // indirect
126
+ github.com/hashicorp/terraform-plugin-go v0.25 .0 // indirect
127
127
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
128
- github.com/hashicorp/terraform-plugin-mux v0.16 .0 // indirect
128
+ github.com/hashicorp/terraform-plugin-mux v0.17 .0 // indirect
129
129
github.com/hashicorp/terraform-plugin-sdk v1.8.0 // indirect
130
130
github.com/hashicorp/terraform-plugin-sdk/v2 v2.34.0 // indirect
131
131
github.com/hashicorp/terraform-plugin-testing v1.10.0 // indirect
@@ -180,9 +180,8 @@ require (
180
180
github.com/pulumi/esc v0.10.0 // indirect
181
181
github.com/pulumi/inflector v0.1.1 // indirect
182
182
github.com/pulumi/pulumi-java/pkg v0.16.1 // indirect
183
- github.com/pulumi/pulumi-terraform-bridge/x/muxer v0.0.8 // indirect
184
- github.com/pulumi/pulumi-yaml v1.10.0 // indirect
185
- github.com/pulumi/pulumi/pkg/v3 v3.133.0 // indirect
183
+ github.com/pulumi/pulumi-yaml v1.10.3 // indirect
184
+ github.com/pulumi/pulumi/pkg/v3 v3.136.1 // indirect
186
185
github.com/pulumi/schema-tools v0.1.2 // indirect
187
186
github.com/pulumi/terraform-diff-reader v0.0.2 // indirect
188
187
github.com/rivo/uniseg v0.4.4 // indirect
@@ -228,8 +227,8 @@ require (
228
227
golang.org/x/crypto v0.26.0 // indirect
229
228
golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8 // indirect
230
229
golang.org/x/mod v0.19.0 // indirect
231
- golang.org/x/net v0.27 .0 // indirect
232
- golang.org/x/oauth2 v0.21 .0 // indirect
230
+ golang.org/x/net v0.28 .0 // indirect
231
+ golang.org/x/oauth2 v0.22 .0 // indirect
233
232
golang.org/x/sync v0.8.0 // indirect
234
233
golang.org/x/sys v0.25.0 // indirect
235
234
golang.org/x/term v0.23.0 // indirect
@@ -240,10 +239,10 @@ require (
240
239
google.golang.org/api v0.169.0 // indirect
241
240
google.golang.org/appengine v1.6.8 // indirect
242
241
google.golang.org/genproto v0.0.0-20240311173647-c811ad7063a7 // indirect
243
- google.golang.org/genproto/googleapis/api v0.0.0-20240604185151-ef581f913117 // indirect
244
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240604185151-ef581f913117 // indirect
245
- google.golang.org/grpc v1.66.2 // indirect
246
- google.golang.org/protobuf v1.34.2 // indirect
242
+ google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
243
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 // indirect
244
+ google.golang.org/grpc v1.67.1 // indirect
245
+ google.golang.org/protobuf v1.35.1 // indirect
247
246
gopkg.in/ini.v1 v1.67.0 // indirect
248
247
gopkg.in/warnings.v0 v0.1.2 // indirect
249
248
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments