mirror of
https://github.com/minio/minio.git
synced 2025-11-29 13:28:17 -05:00
fix: move to new etcd imports (#12391)
This commit is contained in:
@@ -29,7 +29,7 @@ import (
|
||||
"github.com/minio/minio/cmd/config"
|
||||
"github.com/minio/minio/cmd/logger"
|
||||
"github.com/minio/minio/pkg/kms"
|
||||
etcd "go.etcd.io/etcd/clientv3"
|
||||
etcd "go.etcd.io/etcd/client/v3"
|
||||
)
|
||||
|
||||
func handleEncryptedConfigBackend(objAPI ObjectLayer) error {
|
||||
|
||||
Reference in New Issue
Block a user