Skip to content

Commit 1f973cc

Browse files
authored
Bump spanner lib to v1.5.0 (#403)
* Bump spanner lib to v1.5.0 Will enable spanner emulator support https://cloud.google.com/spanner/docs/emulator#go Current version supports SPANNER_EMULATOR_HOST but fails at run-time with spanner permission errors. * go mod tidy
1 parent 6418039 commit 1f973cc

File tree

2 files changed

+81
-17
lines changed

2 files changed

+81
-17
lines changed

go.mod

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
module github.com/golang-migrate/migrate/v4
22

33
require (
4-
cloud.google.com/go v0.53.0 // indirect
5-
cloud.google.com/go/spanner v1.2.0
6-
cloud.google.com/go/storage v1.5.0
4+
cloud.google.com/go/spanner v1.5.0
5+
cloud.google.com/go/storage v1.6.0
76
github.com/ClickHouse/clickhouse-go v1.3.12
87
github.com/Microsoft/go-winio v0.4.14 // indirect
98
github.com/aws/aws-sdk-go v1.17.7
@@ -41,11 +40,10 @@ require (
4140
github.com/xdg/stringprep v1.0.0 // indirect
4241
gitlab.com/nyarla/go-crypt v0.0.0-20160106005555-d9a5dc2b789b // indirect
4342
go.mongodb.org/mongo-driver v1.1.0
44-
golang.org/x/exp v0.0.0-20200213203834-85f925bdd4d0 // indirect
45-
golang.org/x/net v0.0.0-20200202094626-16171245cfb2
46-
golang.org/x/tools v0.0.0-20200213224642-88e652f7a869
47-
google.golang.org/api v0.17.0
48-
google.golang.org/genproto v0.0.0-20200212174721-66ed5ce911ce
43+
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
44+
golang.org/x/tools v0.0.0-20200413015812-1f08ef6002a8
45+
google.golang.org/api v0.21.0
46+
google.golang.org/genproto v0.0.0-20200413115906-b5235f65be36
4947
modernc.org/b v1.0.0 // indirect
5048
modernc.org/db v1.0.0 // indirect
5149
modernc.org/file v1.0.0 // indirect

0 commit comments

Comments
 (0)