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

Reviewed-on: https://gitea.com/gitea/tea/pulls/709
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-01-06 04:32:32 +00:00
committed by techknowlogick
parent 4e0fab6e7f
commit 54b3f8e5b2
2 changed files with 6 additions and 2 deletions

4
go.mod
View File

@ -20,7 +20,7 @@ require (
github.com/stretchr/testify v1.10.0
github.com/urfave/cli/v2 v2.27.5
golang.org/x/crypto v0.31.0
golang.org/x/term v0.27.0
golang.org/x/term v0.28.0
gopkg.in/yaml.v3 v3.0.1
)
@ -69,7 +69,7 @@ require (
golang.org/x/mod v0.17.0 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/sys v0.29.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect