Skip to content

Commit

Permalink
fix(deps): update module cloud.google.com/go/spanner to v1.61.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 13, 2024
1 parent 778aa45 commit 90c520f
Show file tree
Hide file tree
Showing 4 changed files with 2,862 additions and 4 deletions.
7 changes: 4 additions & 3 deletions benchmarks/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/googleapis/go-sql-spanner => ../

require (
cloud.google.com/go v0.113.0
cloud.google.com/go/spanner v1.60.0
cloud.google.com/go/spanner v1.61.0
github.com/google/uuid v1.6.0
github.com/googleapis/go-sql-spanner v1.3.0
google.golang.org/api v0.178.0
Expand All @@ -19,7 +19,8 @@ require (
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
cloud.google.com/go/compute/metadata v0.3.0 // indirect
cloud.google.com/go/iam v1.1.7 // indirect
cloud.google.com/go/longrunning v0.5.6 // indirect
cloud.google.com/go/longrunning v0.5.7 // indirect
github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.5.0 // indirect
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/cncf/xds/go v0.0.0-20231128003011-0fa0005c9caa // indirect
Expand Down Expand Up @@ -52,5 +53,5 @@ require (
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240506185236-b8a5c65736ae // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240506185236-b8a5c65736ae // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240509183442-62759503f434 // indirect
)

0 comments on commit 90c520f

Please sign in to comment.