minio / madmin-go

The MinIO Admin Go Client SDK provides APIs to manage MinIO services
https://pkg.go.dev/github.com/minio/madmin-go/v3
GNU Affero General Public License v3.0
90 stars 63 forks source link

v3.0.62 broke github.com/minio/console/api #299

Closed marcaudefroy closed 2 months ago

marcaudefroy commented 2 months ago

Hello o/ Just to warn you that the commit https://github.com/minio/madmin-go/compare/v3.0.61...v3.0.62 broke the “console” project.

If you have a project with github.com/minio/madmin-go and github.com/minio/console, build will failed.

Woraround : force this version on go.mod.

github.com/minio/madmin-go/v3 v3.0.61

Thanks a lot!

marcaudefroy commented 2 months ago

Oh, I hadn't seen https://github.com/minio/madmin-go/pull/296. Sorry for the noise.