mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 21:50:22 +03:00
move the dependency to minio/pkg for common libraries (#12397)
This commit is contained in:
+2
-2
@@ -40,11 +40,11 @@ import (
|
||||
"github.com/minio/minio/cmd/rest"
|
||||
"github.com/minio/minio/pkg/auth"
|
||||
"github.com/minio/minio/pkg/bucket/bandwidth"
|
||||
"github.com/minio/minio/pkg/certs"
|
||||
"github.com/minio/minio/pkg/color"
|
||||
"github.com/minio/minio/pkg/env"
|
||||
"github.com/minio/minio/pkg/fips"
|
||||
"github.com/minio/minio/pkg/sync/errgroup"
|
||||
"github.com/minio/pkg/certs"
|
||||
"github.com/minio/pkg/env"
|
||||
)
|
||||
|
||||
// ServerFlags - server command specific flags
|
||||
|
||||
Reference in New Issue
Block a user