1
0
mirror of https://github.com/minio/mc.git synced 2025-11-26 20:03:05 +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

@@ -27,7 +27,7 @@ import (
"github.com/minio/cli"
json "github.com/minio/colorjson"
"github.com/minio/mc/pkg/probe"
"github.com/minio/minio/pkg/console"
"github.com/minio/pkg/console"
"golang.org/x/crypto/ssh/terminal"
)