mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
move the dependency to minio/pkg for common libraries (#12397)
This commit is contained in:
@@ -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