fix import of mvccpb
This commit is contained in:
parent
4c7cdbf20f
commit
955c345e4b
2
go.mod
2
go.mod
|
@ -3,7 +3,7 @@ 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 // indirect
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue