2022-11-02 16:36:38 -04:00
|
|
|
module github.com/minio/minio/docs/debugging/inspect
|
|
|
|
|
|
|
|
go 1.18
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/klauspost/compress v1.15.9
|
|
|
|
github.com/minio/colorjson v1.0.2
|
2023-01-23 11:46:37 -05:00
|
|
|
github.com/minio/madmin-go/v2 v2.0.7
|
2022-11-02 16:36:38 -04:00
|
|
|
github.com/secure-io/sio-go v0.3.1
|
|
|
|
github.com/tinylib/msgp v1.1.6
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
|
|
github.com/fatih/color v1.13.0 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
|
|
github.com/minio/pkg v1.1.20 // indirect
|
|
|
|
github.com/philhofer/fwd v1.1.1 // indirect
|
|
|
|
golang.org/x/crypto v0.0.0-20221012134737-56aed061732a // indirect
|
|
|
|
golang.org/x/sys v0.1.0 // indirect
|
|
|
|
)
|