fix(deps): update module golang.org/x/term to v0.21.0 (#653)

Reviewed-on: https://gitea.com/gitea/tea/pulls/653
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-06-05 05:57:34 +00:00
committed by techknowlogick
parent 6e473ec601
commit 5158adbcf2
2 changed files with 6 additions and 2 deletions

4
go.mod
View File

@ -18,7 +18,7 @@ require (
github.com/stretchr/testify v1.9.0
github.com/urfave/cli/v2 v2.25.7
golang.org/x/crypto v0.23.0
golang.org/x/term v0.20.0
golang.org/x/term v0.21.0
gopkg.in/yaml.v3 v3.0.1
)
@ -65,7 +65,7 @@ require (
github.com/yuin/goldmark-emoji v1.0.1 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/net v0.22.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/text v0.15.0 // indirect
golang.org/x/tools v0.13.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect