Skip to content

Commit 2eb063e

Browse files
authored
Upgrade pulumi-terraform-bridge to v3.91.0 (#98)
* make tfgen * make build_sdks
1 parent 2328b5e commit 2eb063e

File tree

260 files changed

+2469
-1084
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

260 files changed

+2469
-1084
lines changed

.pulumi-java-gen.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.15.0
1+
0.16.1

provider/go.mod

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
module github.com/pulumi/pulumi-scm/provider
22

3-
go 1.22
3+
go 1.22.0
44

55
toolchain go1.22.7
66

77
require (
88
github.com/PaloAltoNetworks/terraform-provider-scm v0.0.0
9-
github.com/pulumi/pulumi-terraform-bridge/pf v0.43.0
10-
github.com/pulumi/pulumi-terraform-bridge/v3 v3.90.0
9+
github.com/pulumi/pulumi-terraform-bridge/pf v0.44.0
10+
github.com/pulumi/pulumi-terraform-bridge/v3 v3.91.0
1111
)
1212

1313
require (
1414
cloud.google.com/go v0.112.1 // indirect
15-
cloud.google.com/go/compute v1.25.0 // indirect
16-
cloud.google.com/go/compute/metadata v0.2.3 // indirect
15+
cloud.google.com/go/compute/metadata v0.3.0 // indirect
1716
cloud.google.com/go/iam v1.1.6 // indirect
1817
cloud.google.com/go/kms v1.15.7 // indirect
1918
cloud.google.com/go/logging v1.9.0 // indirect
@@ -83,7 +82,7 @@ require (
8382
github.com/gofrs/uuid v4.2.0+incompatible // indirect
8483
github.com/gogo/protobuf v1.3.2 // indirect
8584
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
86-
github.com/golang/glog v1.2.0 // indirect
85+
github.com/golang/glog v1.2.1 // indirect
8786
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
8887
github.com/golang/protobuf v1.5.4 // indirect
8988
github.com/google/go-querystring v1.1.0 // indirect
@@ -101,7 +100,7 @@ require (
101100
github.com/hashicorp/go-getter v1.7.5 // indirect
102101
github.com/hashicorp/go-hclog v1.6.3 // indirect
103102
github.com/hashicorp/go-multierror v1.1.1 // indirect
104-
github.com/hashicorp/go-plugin v1.6.0 // indirect
103+
github.com/hashicorp/go-plugin v1.6.1 // indirect
105104
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
106105
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
107106
github.com/hashicorp/go-safetemp v1.0.0 // indirect
@@ -113,9 +112,9 @@ require (
113112
github.com/hashicorp/hcl v1.0.0 // indirect
114113
github.com/hashicorp/hcl/v2 v2.20.0 // indirect
115114
github.com/hashicorp/hil v0.0.0-20190212132231-97b3a9cdfa93 // indirect
116-
github.com/hashicorp/terraform-plugin-framework v1.11.0 // indirect
115+
github.com/hashicorp/terraform-plugin-framework v1.12.0 // indirect
117116
github.com/hashicorp/terraform-plugin-framework-validators v0.12.0 // indirect
118-
github.com/hashicorp/terraform-plugin-go v0.23.0 // indirect
117+
github.com/hashicorp/terraform-plugin-go v0.24.0 // indirect
119118
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
120119
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
121120
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
@@ -165,13 +164,13 @@ require (
165164
github.com/pmezard/go-difflib v1.0.0 // indirect
166165
github.com/posener/complete v1.2.3 // indirect
167166
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect
168-
github.com/pulumi/esc v0.9.1 // indirect
167+
github.com/pulumi/esc v0.10.0 // indirect
169168
github.com/pulumi/inflector v0.1.1 // indirect
170-
github.com/pulumi/pulumi-java/pkg v0.14.0 // indirect
169+
github.com/pulumi/pulumi-java/pkg v0.16.1 // indirect
171170
github.com/pulumi/pulumi-terraform-bridge/x/muxer v0.0.8 // indirect
172-
github.com/pulumi/pulumi-yaml v1.9.2 // indirect
173-
github.com/pulumi/pulumi/pkg/v3 v3.130.0 // indirect
174-
github.com/pulumi/pulumi/sdk/v3 v3.130.0 // indirect
171+
github.com/pulumi/pulumi-yaml v1.10.0 // indirect
172+
github.com/pulumi/pulumi/pkg/v3 v3.133.0 // indirect
173+
github.com/pulumi/pulumi/sdk/v3 v3.133.0 // indirect
175174
github.com/pulumi/schema-tools v0.1.2 // indirect
176175
github.com/rivo/uniseg v0.4.4 // indirect
177176
github.com/rogpeppe/go-internal v1.12.0 // indirect
@@ -191,7 +190,6 @@ require (
191190
github.com/stretchr/testify v1.9.0 // indirect
192191
github.com/teekennedy/goldmark-markdown v0.3.0 // indirect
193192
github.com/texttheater/golang-levenshtein v1.0.1 // indirect
194-
github.com/tweekmonster/luser v0.0.0-20161003172636-3fa38070dbd7 // indirect
195193
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
196194
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
197195
github.com/ulikunitz/xz v0.5.10 // indirect
@@ -216,7 +214,7 @@ require (
216214
golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8 // indirect
217215
golang.org/x/mod v0.18.0 // indirect
218216
golang.org/x/net v0.27.0 // indirect
219-
golang.org/x/oauth2 v0.18.0 // indirect
217+
golang.org/x/oauth2 v0.21.0 // indirect
220218
golang.org/x/sync v0.7.0 // indirect
221219
golang.org/x/sys v0.22.0 // indirect
222220
golang.org/x/term v0.22.0 // indirect
@@ -225,12 +223,11 @@ require (
225223
golang.org/x/tools v0.22.0 // indirect
226224
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
227225
google.golang.org/api v0.169.0 // indirect
228-
google.golang.org/appengine v1.6.8 // indirect
229226
google.golang.org/genproto v0.0.0-20240311173647-c811ad7063a7 // indirect
230-
google.golang.org/genproto/googleapis/api v0.0.0-20240311173647-c811ad7063a7 // indirect
231-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240311173647-c811ad7063a7 // indirect
232-
google.golang.org/grpc v1.63.2 // indirect
233-
google.golang.org/protobuf v1.34.0 // indirect
227+
google.golang.org/genproto/googleapis/api v0.0.0-20240604185151-ef581f913117 // indirect
228+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240604185151-ef581f913117 // indirect
229+
google.golang.org/grpc v1.66.2 // indirect
230+
google.golang.org/protobuf v1.34.2 // indirect
234231
gopkg.in/warnings.v0 v0.1.2 // indirect
235232
gopkg.in/yaml.v3 v3.0.1 // indirect
236233
lukechampine.com/frand v1.4.2 // indirect

0 commit comments

Comments
 (0)