mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
fix: move to new etcd imports (#12391)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user