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:
+3
-3
@@ -23,9 +23,9 @@ import (
|
||||
"sort"
|
||||
|
||||
"github.com/minio/cli"
|
||||
"github.com/minio/minio/pkg/console"
|
||||
"github.com/minio/minio/pkg/trie"
|
||||
"github.com/minio/minio/pkg/words"
|
||||
"github.com/minio/pkg/console"
|
||||
"github.com/minio/pkg/trie"
|
||||
"github.com/minio/pkg/words"
|
||||
)
|
||||
|
||||
// GlobalFlags - global flags for minio.
|
||||
|
||||
Reference in New Issue
Block a user