raft: change import paths to "go.etcd.io/etcd"

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
Gyuho Lee
2018-08-28 17:11:06 -07:00
parent 47c04b959d
commit bb60f8ab1d
27 changed files with 34 additions and 34 deletions

View File

@@ -18,7 +18,7 @@ import (
"context"
"errors"
pb "github.com/coreos/etcd/raft/raftpb"
pb "go.etcd.io/etcd/raft/raftpb"
)
type SnapshotStatus int