build(deps): bump golang.org/x/crypto from 0.32.0 to 0.35.0 in /docs/debugging/inspect (#21192)

This commit is contained in:
dependabot[bot]
2025-04-16 14:54:16 -07:00
committed by GitHub
parent 89aec6804b
commit 479303e7e9
2 changed files with 7 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
module github.com/minio/minio/docs/debugging/inspect
go 1.23
toolchain go1.24.1
require (
github.com/klauspost/compress v1.17.11
@@ -18,6 +19,6 @@ require (
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/minio/pkg/v3 v3.0.28 // indirect
github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c // indirect
golang.org/x/crypto v0.32.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/crypto v0.35.0 // indirect
golang.org/x/sys v0.30.0 // indirect
)