File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ import (
18
18
"github.com/golang-migrate/migrate/v4"
19
19
"github.com/golang-migrate/migrate/v4/database"
20
20
21
+ adminpb "cloud.google.com/go/spanner/admin/database/apiv1/databasepb"
21
22
"github.com/hashicorp/go-multierror"
22
23
uatomic "go.uber.org/atomic"
23
24
"google.golang.org/api/iterator"
24
- adminpb "google.golang.org/genproto/googleapis/spanner/admin/database/v1"
25
25
)
26
26
27
27
func init () {
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ require (
36
36
golang.org/x/oauth2 v0.1.0
37
37
golang.org/x/tools v0.1.12
38
38
google.golang.org/api v0.106.0
39
- google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f
40
39
modernc.org/ql v1.0.0
41
40
modernc.org/sqlite v1.18.0
42
41
)
@@ -139,6 +138,7 @@ require (
139
138
golang.org/x/text v0.7.0 // indirect
140
139
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
141
140
google.golang.org/appengine v1.6.7 // indirect
141
+ google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
142
142
google.golang.org/grpc v1.51.0 // indirect
143
143
google.golang.org/protobuf v1.28.1 // indirect
144
144
gopkg.in/inf.v0 v0.9.1 // indirect
You can’t perform that action at this time.
0 commit comments