etcd_tools/go.mod

13 lines
397 B
Modula-2

module git.wit.com/wit/etcd_tools
replace git.wit.com/wit/etcd_tools => /home/bmath/wit/etcd_tools
require (
github.com/coreos/etcd v3.3.13+incompatible
github.com/gogo/protobuf v1.2.1 // indirect
github.com/golang/protobuf v1.3.1 // indirect
go.etcd.io/etcd v3.3.13+incompatible
golang.org/x/net v0.0.0-20190415214537-1da14a5a36f2 // indirect
google.golang.org/grpc v1.20.0 // indirect
)