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

@@ -29,7 +29,7 @@ import (
"strings"
"time"
etcd "go.etcd.io/etcd/clientv3"
etcd "go.etcd.io/etcd/client/v3"
yaml "gopkg.in/yaml.v2"
)

View File

@@ -27,7 +27,7 @@ import (
"github.com/fatih/structs"
"github.com/minio/minio/pkg/safe"
etcd "go.etcd.io/etcd/clientv3"
etcd "go.etcd.io/etcd/client/v3"
)
// Config - generic config interface functions