mirror of
https://github.com/minio/minio.git
synced 2025-12-05 23:33:13 -05:00
move the dependency to minio/pkg for common libraries (#12397)
This commit is contained in:
@@ -27,9 +27,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/hash"
|
||||
xnet "github.com/minio/minio/pkg/net"
|
||||
"github.com/minio/pkg/env"
|
||||
|
||||
minio "github.com/minio/minio-go/v7"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user