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

Bump cloud.google.com/go/spanner from 1.15.0 to 1.16.0 #38

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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/sj14/dbbench
go 1.14

require (
cloud.google.com/go/spanner v1.15.0
cloud.google.com/go/spanner v1.16.0
github.com/denisenkom/go-mssqldb v0.0.0-20200910202707-1e08a3fab204
github.com/go-sql-driver/mysql v1.5.0
github.com/gocql/gocql v0.0.0-20200926162733-393f0c961220
Expand Down