mirror of
https://github.com/minio/minio.git
synced 2025-01-16 17:23:16 -05:00
969ee7dfbe
Bump golang.org/x/crypto in /docs/debugging/inspect Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.23.0 to 0.31.0. - [Commits](https://github.com/golang/crypto/compare/v0.23.0...v0.31.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
24 lines
668 B
Modula-2
24 lines
668 B
Modula-2
module github.com/minio/minio/docs/debugging/inspect
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/klauspost/compress v1.17.8
|
|
github.com/klauspost/filepathx v1.1.1
|
|
github.com/minio/colorjson v1.0.7
|
|
github.com/minio/madmin-go/v3 v3.0.52
|
|
github.com/secure-io/sio-go v0.3.1
|
|
github.com/tinylib/msgp v1.1.9
|
|
)
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/fatih/color v1.17.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/minio/pkg/v3 v3.0.1 // indirect
|
|
github.com/philhofer/fwd v1.1.2 // indirect
|
|
golang.org/x/crypto v0.31.0 // indirect
|
|
golang.org/x/sys v0.28.0 // indirect
|
|
)
|