Skip to content

Commit bd8f06a

Browse files
Bump google.golang.org/api from 0.257.0 to 0.272.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.257.0 to 0.272.0. - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.257.0...v0.272.0) --- updated-dependencies: - dependency-name: google.golang.org/api dependency-version: 0.272.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6276393 commit bd8f06a

File tree

2 files changed

+52
-1473
lines changed

2 files changed

+52
-1473
lines changed

go.mod

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,33 @@ module github.com/roryq/wrench
22

33
require (
44
cloud.google.com/go v0.123.0
5-
cloud.google.com/go/spanner v1.87.0
5+
cloud.google.com/go/spanner v1.88.0
66
github.com/carlmjohnson/versioninfo v0.22.5
77
github.com/google/go-cmp v0.7.0
88
github.com/google/uuid v1.6.0
9-
github.com/googleapis/gax-go/v2 v2.16.0
9+
github.com/googleapis/gax-go/v2 v2.18.0
1010
github.com/kennygrant/sanitize v1.2.4
1111
github.com/ory/dockertest/v3 v3.12.0
1212
github.com/sourcegraph/conc v0.3.0
1313
github.com/spf13/cobra v1.10.2
1414
github.com/spf13/pflag v1.0.10
1515
github.com/stretchr/testify v1.11.1
16-
google.golang.org/api v0.257.0
16+
google.golang.org/api v0.272.0
1717
google.golang.org/grpc v1.79.3
1818
google.golang.org/protobuf v1.36.11
1919
)
2020

2121
require (
2222
cel.dev/expr v0.25.1 // indirect
23-
cloud.google.com/go/auth v0.17.0 // indirect
23+
cloud.google.com/go/auth v0.18.2 // indirect
2424
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
2525
cloud.google.com/go/compute/metadata v0.9.0 // indirect
2626
cloud.google.com/go/iam v1.5.3 // indirect
27-
cloud.google.com/go/longrunning v0.7.0 // indirect
27+
cloud.google.com/go/longrunning v0.8.0 // indirect
2828
cloud.google.com/go/monitoring v1.24.3 // indirect
2929
dario.cat/mergo v1.0.0 // indirect
3030
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
31-
github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.5.3 // indirect
31+
github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.6.0 // indirect
3232
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.30.0 // indirect
3333
github.com/Microsoft/go-winio v0.6.2 // indirect
3434
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
@@ -50,10 +50,9 @@ require (
5050
github.com/go-logr/logr v1.4.3 // indirect
5151
github.com/go-logr/stdr v1.2.2 // indirect
5252
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
53-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
5453
github.com/google/s2a-go v0.1.9 // indirect
5554
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
56-
github.com/googleapis/enterprise-certificate-proxy v0.3.7 // indirect
55+
github.com/googleapis/enterprise-certificate-proxy v0.3.14 // indirect
5756
github.com/inconshreveable/mousetrap v1.1.0 // indirect
5857
github.com/moby/docker-image-spec v1.3.1 // indirect
5958
github.com/moby/moby/api v1.53.0 // indirect
@@ -83,17 +82,17 @@ require (
8382
go.uber.org/atomic v1.7.0 // indirect
8483
go.uber.org/multierr v1.9.0 // indirect
8584
go.yaml.in/yaml/v3 v3.0.4 // indirect
86-
golang.org/x/crypto v0.46.0 // indirect
87-
golang.org/x/net v0.48.0 // indirect
88-
golang.org/x/oauth2 v0.34.0 // indirect
89-
golang.org/x/sync v0.19.0 // indirect
90-
golang.org/x/sys v0.40.0 // indirect
91-
golang.org/x/text v0.32.0 // indirect
92-
golang.org/x/time v0.14.0 // indirect
93-
google.golang.org/genproto v0.0.0-20251202230838-ff82c1b0f217 // indirect
94-
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect
95-
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
85+
golang.org/x/crypto v0.49.0 // indirect
86+
golang.org/x/net v0.52.0 // indirect
87+
golang.org/x/oauth2 v0.36.0 // indirect
88+
golang.org/x/sync v0.20.0 // indirect
89+
golang.org/x/sys v0.42.0 // indirect
90+
golang.org/x/text v0.35.0 // indirect
91+
golang.org/x/time v0.15.0 // indirect
92+
google.golang.org/genproto v0.0.0-20260217215200-42d3e9bedb6d // indirect
93+
google.golang.org/genproto/googleapis/api v0.0.0-20260217215200-42d3e9bedb6d // indirect
94+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260311181403-84a4fc48630c // indirect
9695
gopkg.in/yaml.v3 v3.0.1 // indirect
9796
)
9897

99-
go 1.24.11
98+
go 1.25.0

0 commit comments

Comments
 (0)