etcd_tools/go.mod

13 lines
397 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-05-17 09:02:50 -05:00
github.com/coreos/etcd v3.3.13+incompatible
2019-04-16 07:50:31 -05:00
github.com/gogo/protobuf v1.2.1 // indirect
github.com/golang/protobuf v1.3.1 // indirect
2019-05-08 16:55:31 -05:00
go.etcd.io/etcd v3.3.13+incompatible
2019-04-16 07:50:31 -05:00
golang.org/x/net v0.0.0-20190415214537-1da14a5a36f2 // indirect
google.golang.org/grpc v1.20.0 // indirect
)