Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module cloud.google.com/go to v0.102.1 #103

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions benchmarks/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ go 1.14
replace github.com/googleapis/go-sql-spanner => ../

require (
cloud.google.com/go v0.100.2
cloud.google.com/go v0.102.1
cloud.google.com/go/spanner v1.29.0
github.com/googleapis/go-sql-spanner v0.0.0-00010101000000-000000000000
github.com/google/uuid v1.3.0
google.golang.org/api v0.68.0
google.golang.org/genproto 65c12eb4c068
google.golang.org/grpc v1.44.0
github.com/googleapis/go-sql-spanner v0.0.0-00010101000000-000000000000
google.golang.org/api v0.84.0
google.golang.org/genproto v0.0.0-20220617124728-180714bec0ad
google.golang.org/grpc v1.47.0
)
Loading