2022-11-03 04:36:38 +08:00
|
|
|
module github.com/minio/minio/docs/debugging/inspect
|
|
|
|
|
2025-04-25 07:34:11 +08:00
|
|
|
go 1.23.0
|
|
|
|
|
2025-10-11 02:57:03 +08:00
|
|
|
toolchain go1.24.8
|
2022-11-03 04:36:38 +08:00
|
|
|
|
|
|
|
require (
|
2025-01-18 03:41:46 +08:00
|
|
|
github.com/klauspost/compress v1.17.11
|
2024-05-19 23:31:54 +08:00
|
|
|
github.com/klauspost/filepathx v1.1.1
|
2025-01-18 03:41:46 +08:00
|
|
|
github.com/minio/colorjson v1.0.8
|
|
|
|
github.com/minio/madmin-go/v3 v3.0.88
|
2022-11-03 04:36:38 +08:00
|
|
|
github.com/secure-io/sio-go v0.3.1
|
2025-01-18 03:41:46 +08:00
|
|
|
github.com/tinylib/msgp v1.2.5
|
2022-11-03 04:36:38 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-05-28 17:27:44 +08:00
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
2025-01-18 03:41:46 +08:00
|
|
|
github.com/fatih/color v1.18.0 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
2023-12-19 10:35:20 +08:00
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2025-01-18 03:41:46 +08:00
|
|
|
github.com/minio/pkg/v3 v3.0.28 // indirect
|
|
|
|
github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c // indirect
|
2025-04-17 05:54:16 +08:00
|
|
|
golang.org/x/crypto v0.35.0 // indirect
|
|
|
|
golang.org/x/sys v0.30.0 // indirect
|
2022-11-03 04:36:38 +08:00
|
|
|
)
|