mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 02:33:14 -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:
@@ -9,7 +9,7 @@ import (
|
||||
mwtls "github.com/coredns/coredns/plugin/pkg/tls"
|
||||
"github.com/coredns/coredns/plugin/pkg/upstream"
|
||||
|
||||
etcdcv3 "go.etcd.io/etcd/clientv3"
|
||||
etcdcv3 "go.etcd.io/etcd/client/v3"
|
||||
)
|
||||
|
||||
func init() { plugin.Register("etcd", setup) }
|
||||
|
||||
Reference in New Issue
Block a user