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

@@ -40,7 +40,7 @@ import (
"github.com/minio/minio/cmd/config/storageclass"
xhttp "github.com/minio/minio/cmd/http"
"github.com/minio/minio/pkg/auth"
etcd "go.etcd.io/etcd/clientv3"
etcd "go.etcd.io/etcd/client/v3"
"github.com/minio/minio/pkg/certs"
"github.com/minio/minio/pkg/event"