mirror of
https://github.com/minio/mc.git
synced 2025-11-13 12:22:45 +03:00
Migrate to golang1.5 with new GO15VENDOREXPERIMENT enabled
This commit is contained in:
@@ -26,10 +26,10 @@ import (
|
||||
|
||||
"net/http/httptest"
|
||||
|
||||
"github.com/minio/mc/internal/github.com/minio/cli"
|
||||
"github.com/minio/mc/internal/github.com/minio/minio/pkg/quick"
|
||||
. "github.com/minio/mc/internal/gopkg.in/check.v1"
|
||||
"github.com/minio/cli"
|
||||
"github.com/minio/mc/pkg/console"
|
||||
"github.com/minio/minio/pkg/quick"
|
||||
. "gopkg.in/check.v1"
|
||||
)
|
||||
|
||||
var customConfigDir string
|
||||
|
||||
Reference in New Issue
Block a user