client: implement rudimentary zmq client

This commit is contained in:
George Tankersley
2018-09-29 00:44:34 +00:00
parent bf2d3afd2b
commit e91ccd258f
5 changed files with 118 additions and 2 deletions

5
go.mod
View File

@@ -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
)