aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGravatar Jason Du <xdu@infoblox.com> 2021-05-14 23:55:01 -0700
committerGravatar GitHub <noreply@github.com> 2021-05-14 23:55:01 -0700
commitd1f520a5b2f57d2939ab0949ad0b351a127e535b (patch)
treefe905361ea45e0d34f6e652cc29e7bfd27af2f77 /test
parentef0feaed31f3bd648790f2c52251b4084ddf66d6 (diff)
downloadcoredns-d1f520a5b2f57d2939ab0949ad0b351a127e535b.tar.gz
coredns-d1f520a5b2f57d2939ab0949ad0b351a127e535b.tar.zst
coredns-d1f520a5b2f57d2939ab0949ad0b351a127e535b.zip
Fix etcd to use v3.5.0-alpha.0 (#4628)
Signed-off-by: Jason Du <xdu@infoblox.com>
Diffstat (limited to 'test')
-rw-r--r--test/etcd_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/etcd_test.go b/test/etcd_test.go
index d039ef912..405a4ce83 100644
--- a/test/etcd_test.go
+++ b/test/etcd_test.go
@@ -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 {