mirror of
https://github.com/coredns/coredns.git
synced 2025-11-09 05:26:21 -05:00
plugin/etcd: fully move to go.etcd.io (#3215)
This is needed as well to make it compile cleanly. Follow up to #3214. Manually removed github.com/coreos/etcd/ from go.mod Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
"github.com/coredns/coredns/plugin/pkg/upstream"
|
||||
|
||||
"github.com/caddyserver/caddy"
|
||||
etcdcv3 "github.com/coreos/etcd/clientv3"
|
||||
etcdcv3 "go.etcd.io/etcd/clientv3"
|
||||
)
|
||||
|
||||
var log = clog.NewWithPlugin("etcd")
|
||||
|
||||
Reference in New Issue
Block a user