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

build(deps): bump cloud.google.com/go/spanner from 1.12.0 to 1.16.0 #13

Closed
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
14 changes: 5 additions & 9 deletions go.mod
Expand Up @@ -3,19 +3,15 @@ module github.com/naoina/migu
go 1.14

require (
cloud.google.com/go v0.74.0 // indirect
cloud.google.com/go/spanner v1.12.0
cloud.google.com/go/spanner v1.16.0
github.com/go-sql-driver/mysql v1.5.0
github.com/goccy/go-yaml v1.8.5
github.com/google/go-cmp v0.5.4
github.com/google/go-cmp v0.5.5
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c
github.com/naoina/go-stringutil v0.1.0
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5
golang.org/x/net v0.0.0-20201216054612-986b41b23924 // indirect
golang.org/x/sys v0.0.0-20201221093633-bc327ba9c2f0 // indirect
golang.org/x/tools v0.0.0-20201223010750-3fa0e8f87c1a // indirect
google.golang.org/api v0.36.0
google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d
google.golang.org/grpc v1.34.0
google.golang.org/api v0.42.0
google.golang.org/genproto v0.0.0-20210317182105-75c7a8546eb9
google.golang.org/grpc v1.36.0
)