Use go mod tool to install tools for go generate (#21232)

Use go tool for generators

* Use go.mod tool section
* Install tools with go generate
* Update dependencies
* Remove madmin fork.
This commit is contained in:
Klaus Post
2025-04-25 01:34:11 +02:00
committed by GitHub
parent 18aceae620
commit f01374950f
6 changed files with 164 additions and 150 deletions

View File

@@ -17,6 +17,8 @@
package main // import "github.com/minio/minio"
//go:generate go install tool
import (
"os"