mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 12:40:24 +03:00
move the dependency to minio/pkg for common libraries (#12397)
This commit is contained in:
+1
-1
@@ -38,9 +38,9 @@ import (
|
||||
"github.com/minio/minio/cmd/config"
|
||||
xhttp "github.com/minio/minio/cmd/http"
|
||||
"github.com/minio/minio/cmd/logger"
|
||||
"github.com/minio/minio/pkg/env"
|
||||
"github.com/minio/minio/pkg/mountinfo"
|
||||
xnet "github.com/minio/minio/pkg/net"
|
||||
"github.com/minio/pkg/env"
|
||||
)
|
||||
|
||||
// EndpointType - enum for endpoint type.
|
||||
|
||||
Reference in New Issue
Block a user