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

@@ -22,8 +22,8 @@ import (
"testing"
"time"
"github.com/coreos/etcd/pkg/testutil"
"github.com/coreos/etcd/raft/raftpb"
"go.etcd.io/etcd/pkg/testutil"
"go.etcd.io/etcd/raft/raftpb"
)
// readyWithTimeout selects from n.Ready() with a 1-second timeout. It