rpc: update for API and protobuf changes
This commit is contained in:
15
go.mod
15
go.mod
@@ -1,11 +1,20 @@
|
||||
module github.com/gtank/ctxd
|
||||
|
||||
require (
|
||||
github.com/dvyukov/go-fuzz v0.0.0-20180902053217-4aff8368ef19 // indirect
|
||||
cloud.google.com/go v0.33.1 // indirect
|
||||
github.com/golang/lint v0.0.0-20181026193005-c67002cb31c3 // indirect
|
||||
github.com/golang/protobuf v1.2.0
|
||||
github.com/mattn/go-sqlite3 v1.10.0
|
||||
github.com/pebbe/zmq4 v1.0.0
|
||||
github.com/pkg/errors v0.8.0
|
||||
golang.org/x/net v0.0.0-20180926154720-4dfa2610cdf3
|
||||
google.golang.org/grpc v1.15.0
|
||||
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3 // indirect
|
||||
golang.org/x/net v0.0.0-20181201002055-351d144fa1fc
|
||||
golang.org/x/oauth2 v0.0.0-20181203162652-d668ce993890 // indirect
|
||||
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f // indirect
|
||||
golang.org/x/sys v0.0.0-20181128092732-4ed8d59d0b35 // indirect
|
||||
golang.org/x/tools v0.0.0-20181204185109-3832e276fb48 // indirect
|
||||
google.golang.org/appengine v1.3.0 // indirect
|
||||
google.golang.org/genproto v0.0.0-20181202183823-bd91e49a0898 // indirect
|
||||
google.golang.org/grpc v1.16.0
|
||||
honnef.co/go/tools v0.0.0-20180920025451-e3ad64cb4ed3 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user