Bump golang.org/x/crypto from 0.38.0 to 0.41.0 (#55)

This commit is contained in:
dependabot[bot]
2025-09-18 19:47:19 +02:00
committed by GitHub
parent 9b25725f5f
commit 0e4eb60271
2 changed files with 9 additions and 9 deletions

6
go.mod
View File

@@ -14,8 +14,8 @@ require (
github.com/spf13/cobra v1.9.1
github.com/tlinden/yadu v0.1.3
go.etcd.io/bbolt v1.4.1
golang.org/x/crypto v0.38.0
golang.org/x/term v0.32.0
golang.org/x/crypto v0.41.0
golang.org/x/term v0.34.0
google.golang.org/protobuf v1.36.6
)
@@ -34,7 +34,7 @@ require (
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.55.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/sys v0.35.0 // indirect
golang.org/x/tools v0.26.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)