fix(deps): update module golang.org/x/crypto to v0.29.0 (#690)

Reviewed-on: https://gitea.com/gitea/tea/pulls/690
Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
Co-committed-by: Renovate Bot <renovate-bot@gitea.com>
This commit is contained in:
Renovate Bot
2024-12-01 00:56:07 +00:00
committed by techknowlogick
parent 3cef822f22
commit a9293e2f8b
2 changed files with 15 additions and 5 deletions

10
go.mod
View File

@ -19,8 +19,8 @@ require (
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/stretchr/testify v1.9.0
github.com/urfave/cli/v2 v2.27.5
golang.org/x/crypto v0.26.0
golang.org/x/term v0.23.0
golang.org/x/crypto v0.29.0
golang.org/x/term v0.26.0
gopkg.in/yaml.v3 v3.0.1
)
@ -68,9 +68,9 @@ require (
github.com/yuin/goldmark-emoji v1.0.3 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.26.0 // indirect
golang.org/x/text v0.17.0 // indirect
golang.org/x/sync v0.9.0 // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/text v0.20.0 // indirect
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
)