mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
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:
@@ -1,7 +1,8 @@
|
||||
module github.com/minio/minio/docs/debugging/inspect
|
||||
|
||||
go 1.23
|
||||
toolchain go1.24.1
|
||||
go 1.23.0
|
||||
|
||||
toolchain go1.24.2
|
||||
|
||||
require (
|
||||
github.com/klauspost/compress v1.17.11
|
||||
|
||||
Reference in New Issue
Block a user