etcdserver: 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:11:43 -07:00
parent bb60f8ab1d
commit 1399bc69ce
126 changed files with 458 additions and 458 deletions

View File

@ -17,8 +17,8 @@ package v3rpc
import (
"context"
"github.com/coreos/etcd/etcdserver"
pb "github.com/coreos/etcd/etcdserver/etcdserverpb"
"go.etcd.io/etcd/etcdserver"
pb "go.etcd.io/etcd/etcdserver/etcdserverpb"
)
type AuthServer struct {