2022-11-02 16:36:38 -04:00
|
|
|
module github.com/minio/minio/docs/debugging/inspect
|
|
|
|
|
2023-06-26 18:36:56 -04:00
|
|
|
go 1.19
|
2022-11-02 16:36:38 -04:00
|
|
|
|
|
|
|
require (
|
2023-12-18 21:35:20 -05:00
|
|
|
github.com/klauspost/compress v1.17.4
|
|
|
|
github.com/minio/colorjson v1.0.6
|
|
|
|
github.com/minio/madmin-go/v3 v3.0.36
|
2022-11-02 16:36:38 -04:00
|
|
|
github.com/secure-io/sio-go v0.3.1
|
2023-12-18 21:35:20 -05:00
|
|
|
github.com/tinylib/msgp v1.1.9
|
2022-11-02 16:36:38 -04:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2023-06-26 18:36:56 -04:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2023-12-18 21:35:20 -05:00
|
|
|
github.com/fatih/color v1.16.0 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
|
|
github.com/minio/pkg/v2 v2.0.6 // indirect
|
2023-06-26 18:36:56 -04:00
|
|
|
github.com/philhofer/fwd v1.1.2 // indirect
|
2023-12-18 21:35:20 -05:00
|
|
|
golang.org/x/crypto v0.17.0 // indirect
|
|
|
|
golang.org/x/sys v0.15.0 // indirect
|
2022-11-02 16:36:38 -04:00
|
|
|
)
|