aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-03-01 01:07:30 +0000
committerTaras Madan <tarasmadan@google.com>2025-03-01 14:43:28 +0000
commitc3901742785ff25afdc6f470af7b25b69d7c4f2f (patch)
tree76348c7dcfa99e25c332e7c0ecea03cb2d39a3d0 /go.mod
parent67cf53451a9e04583ca8397b8a2eba399e4fae22 (diff)
mod: bump google.golang.org/api from 0.218.0 to 0.223.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.218.0 to 0.223.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](https://github.com/googleapis/google-api-go-client/compare/v0.218.0...v0.223.0) --- updated-dependencies: - dependency-name: google.golang.org/api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod24
1 files changed, 12 insertions, 12 deletions
diff --git a/go.mod b/go.mod
index 726939a8c..0039cafdd 100644
--- a/go.mod
+++ b/go.mod
@@ -19,7 +19,7 @@ require (
github.com/golangci/golangci-lint v1.63.4
github.com/google/flatbuffers v25.1.24+incompatible
github.com/google/generative-ai-go v0.19.0
- github.com/google/go-cmp v0.6.0
+ github.com/google/go-cmp v0.7.0
github.com/google/keep-sorted v0.6.0
github.com/google/uuid v1.6.0
github.com/gorilla/handlers v1.5.2
@@ -33,10 +33,10 @@ require (
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
golang.org/x/oauth2 v0.26.0
golang.org/x/perf v0.0.0-20230221235046-aebcfb61e84c
- golang.org/x/sync v0.10.0
+ golang.org/x/sync v0.11.0
golang.org/x/sys v0.30.0
golang.org/x/tools v0.29.0
- google.golang.org/api v0.218.0
+ google.golang.org/api v0.223.0
google.golang.org/appengine/v2 v2.0.5
google.golang.org/genproto v0.0.0-20250122153221-138b5a5a4fd4
google.golang.org/grpc v1.70.0
@@ -52,7 +52,7 @@ require (
4d63.com/gochecknoglobals v0.2.1 // indirect
cel.dev/expr v0.19.2 // indirect
cloud.google.com/go/ai v0.8.0 // indirect
- cloud.google.com/go/auth v0.14.0 // indirect
+ cloud.google.com/go/auth v0.15.0 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
cloud.google.com/go/compute/metadata v0.6.0 // indirect
cloud.google.com/go/iam v1.3.1 // indirect
@@ -273,8 +273,8 @@ require (
go.opencensus.io v0.24.0 // indirect
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
go.opentelemetry.io/contrib/detectors/gcp v1.33.0 // indirect
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0 // indirect
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0 // indirect
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect
go.opentelemetry.io/otel v1.34.0 // indirect
go.opentelemetry.io/otel/metric v1.34.0 // indirect
go.opentelemetry.io/otel/sdk v1.34.0 // indirect
@@ -284,16 +284,16 @@ require (
go.uber.org/automaxprocs v1.6.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.24.0 // indirect
- golang.org/x/crypto v0.32.0 // indirect
+ golang.org/x/crypto v0.33.0 // indirect
golang.org/x/exp/typeparams v0.0.0-20241108190413-2d47ceb2692f // indirect
golang.org/x/mod v0.22.0 // indirect
- golang.org/x/net v0.34.0 // indirect
- golang.org/x/term v0.28.0 // indirect
- golang.org/x/text v0.21.0 // indirect
- golang.org/x/time v0.9.0 // indirect
+ golang.org/x/net v0.35.0 // indirect
+ golang.org/x/term v0.29.0 // indirect
+ golang.org/x/text v0.22.0 // indirect
+ golang.org/x/time v0.10.0 // indirect
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20250127172529-29210b9bc287 // indirect
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250127172529-29210b9bc287 // indirect
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250219182151-9fdb1cabc7b2 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect