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:
@@ -19,8 +19,8 @@ package console
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/minio/mc/internal/github.com/fatih/color"
|
||||
. "github.com/minio/mc/internal/gopkg.in/check.v1"
|
||||
"github.com/fatih/color"
|
||||
. "gopkg.in/check.v1"
|
||||
)
|
||||
|
||||
func Test(t *testing.T) { TestingT(t) }
|
||||
|
||||
Reference in New Issue
Block a user