mirror of
https://github.com/minio/mc.git
synced 2025-11-12 01:02:26 +03:00
Migrate to golang1.5 with new GO15VENDOREXPERIMENT enabled
This commit is contained in:
4
main.go
4
main.go
@@ -25,9 +25,9 @@ import (
|
||||
"strconv"
|
||||
"time"
|
||||
|
||||
"github.com/minio/mc/internal/github.com/minio/cli"
|
||||
"github.com/minio/mc/internal/github.com/minio/pb"
|
||||
"github.com/minio/cli"
|
||||
"github.com/minio/mc/pkg/console"
|
||||
"github.com/minio/pb"
|
||||
)
|
||||
|
||||
// Check for the environment early on and gracefully report.
|
||||
|
||||
Reference in New Issue
Block a user