-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
21 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
module github.com/rakyll/spanner-proxy | ||
module github.com/cloudspannerecosystem/spanner-proxy | ||
|
||
go 1.14 | ||
|
||
require ( | ||
cloud.google.com/go/spanner v1.8.0 // indirect | ||
cloud.google.com/go/spanner v1.8.0 | ||
github.com/golang/protobuf v1.4.2 | ||
google.golang.org/genproto v0.0.0-20200731012542-8145dea6a485 | ||
github.com/rakyll/spanner-proxy v0.0.0-20200805224943-79d72c436638 | ||
golang.org/x/tools v0.0.0-20200811011027-64be3c5c0273 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
google.golang.org/genproto v0.0.0-20200808173500-a06252235341 | ||
google.golang.org/grpc v1.31.0 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters