mirror of
https://github.com/pgsty/minio.git
synced 2026-07-21 21:20:23 +03:00
move the dependency to minio/pkg for common libraries (#12397)
This commit is contained in:
+1
-1
@@ -42,9 +42,9 @@ import (
|
||||
"github.com/minio/minio/pkg/auth"
|
||||
etcd "go.etcd.io/etcd/client/v3"
|
||||
|
||||
"github.com/minio/minio/pkg/certs"
|
||||
"github.com/minio/minio/pkg/event"
|
||||
"github.com/minio/minio/pkg/pubsub"
|
||||
"github.com/minio/pkg/certs"
|
||||
)
|
||||
|
||||
// minio configuration related constants.
|
||||
|
||||
Reference in New Issue
Block a user