fix: move to new etcd imports (#12391)

This commit is contained in:
Harshavardhana
2021-05-28 10:31:42 -07:00
committed by GitHub
parent 62b6615a2a
commit fa8e3151bc
10 changed files with 43 additions and 52 deletions

View File

@@ -22,7 +22,7 @@ import (
"errors"
"fmt"
etcd "go.etcd.io/etcd/clientv3"
etcd "go.etcd.io/etcd/client/v3"
)
var errEtcdUnreachable = errors.New("etcd is unreachable, please check your endpoints")