cleanup: rename package and vendor dependencies for old go versions

Fixes #8 and begins to address deployability.
This commit is contained in:
George Tankersley
2019-01-03 19:12:46 +00:00
parent 7d7390eeae
commit 7726a6752d
585 changed files with 513299 additions and 33 deletions

9
go.mod
View File

@@ -1,4 +1,6 @@
module github.com/gtank/ctxd
module github.com/zcash-hackworks/lightwalletd
go 1.12
require (
github.com/golang/protobuf v1.2.0
@@ -6,9 +8,6 @@ require (
github.com/pebbe/zmq4 v1.0.0
github.com/pkg/errors v0.8.0
github.com/sirupsen/logrus v1.2.0
golang.org/x/net v0.0.0-20181207154023-610586996380
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f // indirect
golang.org/x/sys v0.0.0-20181210030007-2a47403f2ae5 // indirect
google.golang.org/genproto v0.0.0-20181202183823-bd91e49a0898 // indirect
golang.org/x/net v0.0.0-20181220203305-927f97764cc3
google.golang.org/grpc v1.17.0
)