2022-11-02 21:36:38 +01:00
|
|
|
module github.com/minio/minio/docs/debugging/inspect
|
|
|
|
|
2024-05-27 12:17:46 -07:00
|
|
|
go 1.21
|
2022-11-02 21:36:38 +01:00
|
|
|
|
|
|
|
require (
|
2024-05-28 02:27:44 -07:00
|
|
|
github.com/klauspost/compress v1.17.8
|
2024-05-19 08:31:54 -07:00
|
|
|
github.com/klauspost/filepathx v1.1.1
|
2024-05-28 02:27:44 -07:00
|
|
|
github.com/minio/colorjson v1.0.7
|
|
|
|
github.com/minio/madmin-go/v3 v3.0.52
|
2022-11-02 21:36:38 +01:00
|
|
|
github.com/secure-io/sio-go v0.3.1
|
2023-12-18 18:35:20 -08:00
|
|
|
github.com/tinylib/msgp v1.1.9
|
2022-11-02 21:36:38 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-05-28 02:27:44 -07:00
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
|
|
github.com/fatih/color v1.17.0 // indirect
|
2023-12-18 18:35:20 -08:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2024-05-28 02:27:44 -07:00
|
|
|
github.com/minio/pkg/v3 v3.0.1 // indirect
|
2023-06-26 15:36:56 -07:00
|
|
|
github.com/philhofer/fwd v1.1.2 // indirect
|
2024-05-28 02:27:44 -07:00
|
|
|
golang.org/x/crypto v0.23.0 // indirect
|
|
|
|
golang.org/x/sys v0.20.0 // indirect
|
2022-11-02 21:36:38 +01:00
|
|
|
)
|