Skip to content

Commit c6f5369

Browse files
authored
Upgrade pulumi-terraform-bridge to v3.115.0 (#1016)
This PR was generated via `$ upgrade-provider pulumi/pulumi-github --kind=bridge --pr-reviewers=guineveresaenger --allow-missing-docs=false`. --- - Upgrading pulumi-terraform-bridge from v3.114.0 to v3.115.0.
1 parent 4eec43a commit c6f5369

File tree

331 files changed

+2833
-2138
lines changed

Some content is hidden

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

331 files changed

+2833
-2138
lines changed

examples/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,4 @@ require (
178178
lukechampine.com/frand v1.4.2 // indirect
179179
)
180180

181-
replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20250530111747-935112552988
181+
replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20250923233607-7f1981c8674a

provider/cmd/pulumi-resource-github/schema.json

Lines changed: 569 additions & 569 deletions
Large diffs are not rendered by default.

provider/go.mod

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/pulumi/pulumi-github/provider/v6
22

3-
go 1.23.11
3+
go 1.24.0
44

55
toolchain go1.24.6
66

@@ -9,7 +9,7 @@ replace github.com/integrations/terraform-provider-github/v6 => ../upstream
99
require (
1010
github.com/integrations/terraform-provider-github/v6 v6.0.0 // => ../upstream
1111
github.com/pulumi/providertest v0.3.0
12-
github.com/pulumi/pulumi-terraform-bridge/v3 v3.114.0
12+
github.com/pulumi/pulumi-terraform-bridge/v3 v3.115.0
1313
github.com/pulumi/pulumi/sdk/v3 v3.190.0
1414
)
1515

@@ -27,7 +27,7 @@ replace github.com/hashicorp/terraform-exec => github.com/hashicorp/terraform-ex
2727

2828
require (
2929
cloud.google.com/go v0.112.1 // indirect
30-
cloud.google.com/go/compute/metadata v0.6.0 // indirect
30+
cloud.google.com/go/compute/metadata v0.7.0 // indirect
3131
cloud.google.com/go/iam v1.1.6 // indirect
3232
cloud.google.com/go/storage v1.39.1 // indirect
3333
dario.cat/mergo v1.0.0 // indirect
@@ -56,7 +56,7 @@ require (
5656
github.com/cloudflare/circl v1.6.1 // indirect
5757
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
5858
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
59-
github.com/davecgh/go-spew v1.1.1 // indirect
59+
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
6060
github.com/deckarep/golang-set/v2 v2.5.0 // indirect
6161
github.com/djherbis/times v1.5.0 // indirect
6262
github.com/edsrzf/mmap-go v1.1.0 // indirect
@@ -69,11 +69,11 @@ require (
6969
github.com/go-git/go-billy/v5 v5.6.2 // indirect
7070
github.com/go-git/go-git/v5 v5.16.0 // indirect
7171
github.com/go-jose/go-jose/v3 v3.0.4 // indirect
72-
github.com/go-logr/logr v1.4.2 // indirect
72+
github.com/go-logr/logr v1.4.3 // indirect
7373
github.com/go-logr/stdr v1.2.2 // indirect
7474
github.com/gofrs/uuid v4.4.0+incompatible // indirect
7575
github.com/gogo/protobuf v1.3.2 // indirect
76-
github.com/golang/glog v1.2.4 // indirect
76+
github.com/golang/glog v1.2.5 // indirect
7777
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
7878
github.com/golang/protobuf v1.5.4 // indirect
7979
github.com/google/go-cmp v0.7.0 // indirect
@@ -95,10 +95,10 @@ require (
9595
github.com/hashicorp/go-uuid v1.0.3 // indirect
9696
github.com/hashicorp/go-version v1.7.0 // indirect
9797
github.com/hashicorp/hcl v1.0.0 // indirect
98-
github.com/hashicorp/hcl/v2 v2.23.0 // indirect
98+
github.com/hashicorp/hcl/v2 v2.24.0 // indirect
9999
github.com/hashicorp/hil v0.0.0-20230413210529-35f498c10800 // indirect
100100
github.com/hashicorp/logutils v1.0.0 // indirect
101-
github.com/hashicorp/terraform-plugin-go v0.28.0 // indirect
101+
github.com/hashicorp/terraform-plugin-go v0.29.0 // indirect
102102
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
103103
github.com/hashicorp/terraform-plugin-sdk v1.17.2 // indirect
104104
github.com/hashicorp/terraform-plugin-sdk/v2 v2.34.0 // indirect
@@ -141,7 +141,7 @@ require (
141141
github.com/pjbgf/sha1cd v0.3.2 // indirect
142142
github.com/pkg/errors v0.9.1 // indirect
143143
github.com/pkg/term v1.1.0 // indirect
144-
github.com/pmezard/go-difflib v1.0.0 // indirect
144+
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
145145
github.com/posener/complete v1.2.3 // indirect
146146
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect
147147
github.com/pulumi/esc v0.17.0 // indirect
@@ -179,36 +179,36 @@ require (
179179
github.com/xanzy/ssh-agent v0.3.3 // indirect
180180
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
181181
github.com/yuin/goldmark v1.7.4 // indirect
182-
github.com/zclconf/go-cty v1.16.2 // indirect
182+
github.com/zclconf/go-cty v1.17.0 // indirect
183183
go.opencensus.io v0.24.0 // indirect
184184
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
185185
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
186186
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0 // indirect
187-
go.opentelemetry.io/otel v1.36.0 // indirect
188-
go.opentelemetry.io/otel/metric v1.36.0 // indirect
189-
go.opentelemetry.io/otel/trace v1.36.0 // indirect
187+
go.opentelemetry.io/otel v1.37.0 // indirect
188+
go.opentelemetry.io/otel/metric v1.37.0 // indirect
189+
go.opentelemetry.io/otel/trace v1.37.0 // indirect
190190
go.uber.org/atomic v1.10.0 // indirect
191-
golang.org/x/crypto v0.39.0 // indirect
192-
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
193-
golang.org/x/mod v0.25.0 // indirect
194-
golang.org/x/net v0.40.0 // indirect
191+
golang.org/x/crypto v0.42.0 // indirect
192+
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
193+
golang.org/x/mod v0.27.0 // indirect
194+
golang.org/x/net v0.43.0 // indirect
195195
golang.org/x/oauth2 v0.30.0 // indirect
196-
golang.org/x/sync v0.15.0 // indirect
197-
golang.org/x/sys v0.33.0 // indirect
198-
golang.org/x/term v0.32.0 // indirect
199-
golang.org/x/text v0.26.0 // indirect
196+
golang.org/x/sync v0.17.0 // indirect
197+
golang.org/x/sys v0.36.0 // indirect
198+
golang.org/x/term v0.35.0 // indirect
199+
golang.org/x/text v0.29.0 // indirect
200200
golang.org/x/time v0.5.0 // indirect
201-
golang.org/x/tools v0.33.0 // indirect
201+
golang.org/x/tools v0.36.0 // indirect
202202
google.golang.org/api v0.169.0 // indirect
203203
google.golang.org/appengine v1.6.8 // indirect
204204
google.golang.org/genproto v0.0.0-20240311173647-c811ad7063a7 // indirect
205-
google.golang.org/genproto/googleapis/api v0.0.0-20250519155744-55703ea1f237 // indirect
206-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 // indirect
207-
google.golang.org/grpc v1.72.1 // indirect
208-
google.golang.org/protobuf v1.36.6 // indirect
205+
google.golang.org/genproto/googleapis/api v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
206+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250707201910-8d1bb00bc6a7 // indirect
207+
google.golang.org/grpc v1.75.1 // indirect
208+
google.golang.org/protobuf v1.36.9 // indirect
209209
gopkg.in/warnings.v0 v0.1.2 // indirect
210210
gopkg.in/yaml.v3 v3.0.1 // indirect
211211
lukechampine.com/frand v1.4.2 // indirect
212212
)
213213

214-
replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20250530111747-935112552988
214+
replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20250923233607-7f1981c8674a

0 commit comments

Comments
 (0)