*: update 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:13:25 -07:00
parent 2ac04381a2
commit d37f1521b7
278 changed files with 623 additions and 623 deletions

View File

@ -17,7 +17,7 @@ package tester
import (
"time"
"github.com/coreos/etcd/functional/rpcpb"
"go.etcd.io/etcd/functional/rpcpb"
"go.uber.org/zap"
)
@ -26,7 +26,7 @@ const (
// Wait more when it recovers from slow network, because network layer
// needs extra time to propagate traffic control (tc command) change.
// Otherwise, we get different hash values from the previous revision.
// For more detail, please see https://github.com/coreos/etcd/issues/5121.
// For more detail, please see https://go.etcd.io/etcd/issues/5121.
waitRecover = 5 * time.Second
)