12 lines
333 B
Modula-2
12 lines
333 B
Modula-2
|
module git.wit.com/wit/etcd_tools
|
||
|
|
||
|
require (
|
||
|
github.com/coreos/etcd v3.3.2+incompatible
|
||
|
github.com/gogo/protobuf v1.0.0
|
||
|
github.com/golang/protobuf v1.0.0
|
||
|
golang.org/x/net v0.0.0-20180311174755-ae89d30ce0c6
|
||
|
golang.org/x/text v0.3.0
|
||
|
google.golang.org/genproto v0.0.0-20180306020942-df60624c1e9b
|
||
|
google.golang.org/grpc v1.10.0
|
||
|
)
|