fix(deps): update module golang.org/x/sys to v0.43.0 (#951)

Reviewed-on: https://gitea.com/gitea/tea/pulls/951
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
2026-04-09 14:16:37 +00:00
committed by techknowlogick
parent f538c05282
commit 0489d8c275
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -22,7 +22,7 @@ require (
github.com/urfave/cli/v3 v3.8.0
golang.org/x/crypto v0.49.0
golang.org/x/oauth2 v0.36.0
golang.org/x/sys v0.42.0
golang.org/x/sys v0.43.0
golang.org/x/term v0.41.0
gopkg.in/yaml.v3 v3.0.1
)