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

View File

@@ -23,9 +23,9 @@ import (
"strings"
"time"
c "github.com/minio/mc/pkg/console"
"github.com/minio/minio/cmd/logger/message/log"
"github.com/minio/minio/pkg/color"
c "github.com/minio/minio/pkg/console"
)
// Logger interface describes the methods that need to be implemented to satisfy the interface requirements.