Skip to content

Commit

Permalink
bump the spanner module version to v1.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toga4 committed Nov 3, 2022
1 parent 1285229 commit 95e2e06
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 118 deletions.
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/golang-migrate/migrate/v4

require (
cloud.google.com/go/spanner v1.39.0
cloud.google.com/go/spanner v1.40.0
cloud.google.com/go/storage v1.27.0
github.com/Azure/go-autorest/autorest/adal v0.9.16
github.com/ClickHouse/clickhouse-go v1.4.3
Expand Down Expand Up @@ -35,17 +35,17 @@ require (
go.uber.org/atomic v1.7.0
golang.org/x/oauth2 v0.1.0
golang.org/x/tools v0.1.12
google.golang.org/api v0.101.0
google.golang.org/genproto v0.0.0-20221025140454-527a21cfbd71
google.golang.org/api v0.102.0
google.golang.org/genproto v0.0.0-20221027153422-115e99e71e1c
modernc.org/ql v1.0.0
modernc.org/sqlite v1.18.0
)

require (
cloud.google.com/go v0.105.0 // indirect
cloud.google.com/go/compute v1.12.1 // indirect
cloud.google.com/go/compute/metadata v0.1.1 // indirect
cloud.google.com/go/iam v0.3.0 // indirect
cloud.google.com/go/compute/metadata v0.2.1 // indirect
cloud.google.com/go/iam v0.6.0 // indirect
cloud.google.com/go/longrunning v0.1.1 // indirect
github.com/Azure/azure-pipeline-go v0.2.3 // indirect
github.com/Azure/azure-storage-blob-go v0.14.0 // indirect
Expand Down Expand Up @@ -92,7 +92,7 @@ require (
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
github.com/googleapis/gax-go/v2 v2.6.0 // indirect
github.com/googleapis/gax-go/v2 v2.7.0 // indirect
github.com/gorilla/handlers v1.4.2 // indirect
github.com/gorilla/mux v1.7.4 // indirect
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
Expand Down
Loading

0 comments on commit 95e2e06

Please sign in to comment.