mirror of https://github.com/minio/minio.git
23 lines
649 B
Modula-2
23 lines
649 B
Modula-2
|
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
|
||
|
github.com/minio/madmin-go v1.7.3
|
||
|
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
|
||
|
)
|