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