From 955c345e4b1bbbe95c24e4b98cf0de8ea977403d Mon Sep 17 00:00:00 2001 From: Brian Matheson Date: Fri, 17 May 2019 14:02:50 +0000 Subject: [PATCH] fix import of mvccpb --- go.mod | 2 +- pair.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 27647a9..190878e 100644 --- a/go.mod +++ b/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 diff --git a/pair.go b/pair.go index 64e5403..e7e5155 100644 --- a/pair.go +++ b/pair.go @@ -3,7 +3,7 @@ package etcd_tools import ( "encoding/json" - "go.etcd.io/etcd/mvcc/mvccpb" + "github.com/coreos/etcd/mvcc/mvccpb" ) type Pair struct {