etcd_tools/go.mod

12 lines
359 B
Modula-2
Raw Normal View History

module git.wit.com/wit/etcd_tools
2019-04-16 07:50:31 -05:00
replace git.wit.com/wit/etcd_tools => /home/bmath/wit/etcd_tools
require (
2019-04-16 07:50:31 -05:00
github.com/coreos/etcd v3.3.12+incompatible
github.com/gogo/protobuf v1.2.1 // indirect
github.com/golang/protobuf v1.3.1 // indirect
golang.org/x/net v0.0.0-20190415214537-1da14a5a36f2 // indirect
google.golang.org/grpc v1.20.0 // indirect
)