1
0
mirror of https://github.com/minio/mc.git synced 2025-11-12 01:02:26 +03:00

Going to use minio/pb forked version as primary, since we might make more changes in future.

While we submit all our changes upstream
This commit is contained in:
Harshavardhana
2015-07-04 19:44:43 -07:00
parent 072106ec30
commit 12680b6fbf
17 changed files with 16 additions and 10 deletions

View File

@@ -23,10 +23,10 @@ import (
"runtime"
"strconv"
"github.com/cheggaaa/pb"
"github.com/minio/cli"
"github.com/minio/mc/pkg/console"
"github.com/minio/minio/pkg/iodine"
"github.com/minio/pb"
)
// Check for the environment early on and gracefully report.