mirror of
https://github.com/pgsty/minio.git
synced 2026-07-16 20:22:48 +03:00
0b7bd024fb
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