fix import of mvccpb

This commit is contained in:
Brian Matheson 2019-05-17 14:02:50 +00:00
parent 4c7cdbf20f
commit 955c345e4b
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@ -3,7 +3,7 @@ module git.wit.com/wit/etcd_tools
replace git.wit.com/wit/etcd_tools => /home/bmath/wit/etcd_tools replace git.wit.com/wit/etcd_tools => /home/bmath/wit/etcd_tools
require ( 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/gogo/protobuf v1.2.1 // indirect
github.com/golang/protobuf v1.3.1 // indirect github.com/golang/protobuf v1.3.1 // indirect
go.etcd.io/etcd v3.3.13+incompatible go.etcd.io/etcd v3.3.13+incompatible

View File

@ -3,7 +3,7 @@ package etcd_tools
import ( import (
"encoding/json" "encoding/json"
"go.etcd.io/etcd/mvcc/mvccpb" "github.com/coreos/etcd/mvcc/mvccpb"
) )
type Pair struct { type Pair struct {