client: implement rudimentary zmq client
This commit is contained in:
5
go.mod
5
go.mod
@@ -2,7 +2,8 @@ module github.com/gtank/ctxd
|
||||
|
||||
require (
|
||||
github.com/golang/protobuf v1.2.0
|
||||
github.com/pebbe/zmq4 v1.0.0
|
||||
github.com/pkg/errors v0.8.0
|
||||
golang.org/x/net v0.0.0-20180926154720-4dfa2610cdf3 // indirect
|
||||
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect
|
||||
golang.org/x/net v0.0.0-20180926154720-4dfa2610cdf3
|
||||
google.golang.org/grpc v1.15.0
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user