server: implement gRPC skeleton
This commit is contained in:
14
go.mod
14
go.mod
@@ -1,20 +1,14 @@
|
||||
module github.com/gtank/ctxd
|
||||
|
||||
require (
|
||||
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/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
|
||||
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-20181128092732-4ed8d59d0b35 // indirect
|
||||
golang.org/x/tools v0.0.0-20181204185109-3832e276fb48 // indirect
|
||||
google.golang.org/appengine v1.3.0 // indirect
|
||||
golang.org/x/sys v0.0.0-20181210030007-2a47403f2ae5 // 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
|
||||
google.golang.org/grpc v1.17.0
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user