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

Update mc dependencies to recent dep change on MinIO (#3026)

This commit is contained in:
Harshavardhana
2019-12-31 11:27:59 -08:00
committed by kannappanr
parent 8f0b923312
commit 9663319e9e
86 changed files with 20179 additions and 1165 deletions

View File

@@ -21,7 +21,7 @@ import (
"runtime"
"github.com/minio/cli"
"github.com/minio/mc/pkg/console"
"github.com/minio/minio/pkg/console"
)
func checkCopySyntax(ctx *cli.Context, encKeyDB map[string][]prefixSSEPair) {