Fix dependencies graph for minio source compilation (#8717)

We had messy cyclical dependency problem with `mc`
due to dependencies in pkg/console, moved the pkg/console
to minio for more control and also to avoid any further
cyclical dependencies of `mc` clobbering up the
dependencies on server.

Fixes #8659
This commit is contained in:
Harshavardhana
2019-12-30 20:06:13 -08:00
committed by Nitish Tiwari
parent 3af70b36fd
commit 0b7bd024fb
11 changed files with 3792 additions and 3345 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ import (
"time"
"github.com/gorilla/mux"
"github.com/minio/minio-go/pkg/set"
"github.com/minio/minio-go/v6/pkg/set"
xhttp "github.com/minio/minio/cmd/http"
"github.com/minio/minio/cmd/logger"
"github.com/minio/minio/cmd/rest"