Skip to content

Commit 4e01ad1

Browse files
Bigtable: upgrade cloud.google.com/go/bigtable to v1.37.0 (#13737) (#22474)
[upstream:c6452095b3f8e78b9be454035bf093262a8de606] Signed-off-by: Modular Magician <[email protected]>
1 parent 3d8ef8e commit 4e01ad1

File tree

2 files changed

+452
-11
lines changed

2 files changed

+452
-11
lines changed

go.mod

+9-9
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/hashicorp/terraform-provider-google
33
go 1.23.0
44

55
require (
6-
cloud.google.com/go/bigtable v1.33.0
6+
cloud.google.com/go/bigtable v1.37.0
77
github.com/GoogleCloudPlatform/declarative-resource-client-library v1.79.0
88
github.com/apparentlymart/go-cidr v1.1.0
99
github.com/davecgh/go-spew v1.1.1
@@ -40,21 +40,21 @@ require (
4040

4141
require (
4242
bitbucket.org/creachadair/stringset v0.0.8 // indirect
43-
cel.dev/expr v0.19.1 // indirect
44-
cloud.google.com/go v0.116.0 // indirect
43+
cel.dev/expr v0.19.2 // indirect
44+
cloud.google.com/go v0.120.0 // indirect
4545
cloud.google.com/go/auth v0.16.0 // indirect
4646
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
4747
cloud.google.com/go/compute/metadata v0.6.0 // indirect
48-
cloud.google.com/go/iam v1.2.2 // indirect
49-
cloud.google.com/go/longrunning v0.6.2 // indirect
50-
cloud.google.com/go/monitoring v1.21.2 // indirect
48+
cloud.google.com/go/iam v1.5.0 // indirect
49+
cloud.google.com/go/longrunning v0.6.6 // indirect
50+
cloud.google.com/go/monitoring v1.24.1 // indirect
5151
github.com/ProtonMail/go-crypto v1.1.3 // indirect
5252
github.com/agext/levenshtein v1.2.2 // indirect
5353
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
5454
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
5555
github.com/cespare/xxhash/v2 v2.3.0 // indirect
5656
github.com/cloudflare/circl v1.3.7 // indirect
57-
github.com/cncf/xds/go v0.0.0-20241223141626-cff3c89139a3 // indirect
57+
github.com/cncf/xds/go v0.0.0-20250121191232-2f005788dc42 // indirect
5858
github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect
5959
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
6060
github.com/fatih/color v1.16.0 // indirect
@@ -114,8 +114,8 @@ require (
114114
golang.org/x/time v0.11.0 // indirect
115115
golang.org/x/tools v0.22.0 // indirect
116116
google.golang.org/appengine v1.6.8 // indirect
117-
google.golang.org/genproto v0.0.0-20241104194629-dd2ea8efbc28 // indirect
118-
google.golang.org/genproto/googleapis/api v0.0.0-20250106144421-5f5ef82da422 // indirect
117+
google.golang.org/genproto v0.0.0-20250303144028-a0af3efb3deb // indirect
118+
google.golang.org/genproto/googleapis/api v0.0.0-20250414145226-207652e42e2e // indirect
119119
gopkg.in/yaml.v2 v2.4.0 // indirect
120120
gopkg.in/yaml.v3 v3.0.1 // indirect
121121
)

0 commit comments

Comments
 (0)