mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 16:24:19 -04:00
Fix etcd to use v3.5.0-alpha.0 (#4628)
Signed-off-by: Jason Du <xdu@infoblox.com>
This commit is contained in:
@@ -12,7 +12,7 @@ import (
|
||||
"github.com/coredns/coredns/plugin/etcd/msg"
|
||||
|
||||
"github.com/miekg/dns"
|
||||
etcdcv3 "go.etcd.io/etcd/clientv3"
|
||||
etcdcv3 "go.etcd.io/etcd/client/v3"
|
||||
)
|
||||
|
||||
func etcdPlugin() *etcd.Etcd {
|
||||
|
||||
Reference in New Issue
Block a user