*: update import paths to "go.etcd.io/etcd"
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
@ -26,7 +26,7 @@ import (
|
||||
"go.uber.org/zap"
|
||||
)
|
||||
|
||||
var plog = capnslog.NewPackageLogger("github.com/coreos/etcd", "proxy/tcpproxy")
|
||||
var plog = capnslog.NewPackageLogger("go.etcd.io/etcd", "proxy/tcpproxy")
|
||||
|
||||
type remote struct {
|
||||
mu sync.Mutex
|
||||
|
Reference in New Issue
Block a user