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

Reviewed-on: https://gitea.com/gitea/tea/pulls/743
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
2025-04-10 18:26:21 +00:00
committed by techknowlogick
parent d2c9df3b17
commit 1ea89f3409
2 changed files with 12 additions and 4 deletions

8
go.mod
View File

@ -19,9 +19,9 @@ require (
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/stretchr/testify v1.10.0
github.com/urfave/cli/v2 v2.27.6
golang.org/x/crypto v0.36.0
golang.org/x/crypto v0.37.0
golang.org/x/oauth2 v0.28.0
golang.org/x/term v0.30.0
golang.org/x/term v0.31.0
gopkg.in/yaml.v3 v3.0.1
)
@ -73,8 +73,8 @@ require (
github.com/yuin/goldmark v1.7.8 // indirect
github.com/yuin/goldmark-emoji v1.0.5 // indirect
golang.org/x/net v0.35.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/text v0.23.0 // indirect
golang.org/x/sys v0.32.0 // indirect
golang.org/x/text v0.24.0 // indirect
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
)