mirror of
https://github.com/pgsty/minio.git
synced 2026-09-22 18:59:02 +03:00
move the dependency to minio/pkg for common libraries (#12397)
This commit is contained in:
@@ -26,7 +26,7 @@ import (
|
||||
|
||||
"github.com/minio/minio/cmd/logger/message/log"
|
||||
"github.com/minio/minio/pkg/color"
|
||||
c "github.com/minio/minio/pkg/console"
|
||||
c "github.com/minio/pkg/console"
|
||||
)
|
||||
|
||||
// Logger interface describes the methods that need to be implemented to satisfy the interface requirements.
|
||||
|
||||
Reference in New Issue
Block a user