1
0
mirror of https://github.com/minio/mc.git synced 2025-11-10 13:42:32 +03:00

migrate mc to minio/pkg (#3731)

remove all dependency for minio/minio
This commit is contained in:
Harshavardhana
2021-05-29 09:30:33 -07:00
committed by GitHub
parent 9740a09584
commit 91efd0c066
136 changed files with 237 additions and 229 deletions

View File

@@ -25,7 +25,7 @@ import (
"github.com/minio/cli"
"github.com/minio/mc/pkg/probe"
"github.com/minio/minio/pkg/console"
"github.com/minio/pkg/console"
)
func checkCopySyntax(ctx context.Context, cliCtx *cli.Context, encKeyDB map[string][]prefixSSEPair, isMvCmd bool) {