*: update import paths to "go.etcd.io/etcd"
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
@ -19,8 +19,8 @@ import (
|
||||
"fmt"
|
||||
"os"
|
||||
|
||||
"github.com/coreos/etcd/etcdctl/ctlv2"
|
||||
"github.com/coreos/etcd/etcdctl/ctlv3"
|
||||
"go.etcd.io/etcd/etcdctl/ctlv2"
|
||||
"go.etcd.io/etcd/etcdctl/ctlv3"
|
||||
)
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user