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

Reviewed-on: https://gitea.com/gitea/tea/pulls/901
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
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-02-09 05:22:44 +00:00
committed by techknowlogick
parent 47f74ea696
commit 873a44f897
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -21,7 +21,7 @@ require (
github.com/urfave/cli/v3 v3.6.2
golang.org/x/crypto v0.47.0
golang.org/x/oauth2 v0.35.0
golang.org/x/sys v0.40.0
golang.org/x/sys v0.41.0
golang.org/x/term v0.39.0
gopkg.in/yaml.v3 v3.0.1
)