fix(deps): update module golang.org/x/oauth2 to v0.36.0 (#919)

Reviewed-on: https://gitea.com/gitea/tea/pulls/919
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-03-09 16:19:28 +00:00
committed by techknowlogick
parent 1ac8492ac7
commit 3372c9ec59
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -20,7 +20,7 @@ require (
github.com/urfave/cli-docs/v3 v3.1.0
github.com/urfave/cli/v3 v3.6.2
golang.org/x/crypto v0.48.0
golang.org/x/oauth2 v0.35.0
golang.org/x/oauth2 v0.36.0
golang.org/x/sys v0.41.0
golang.org/x/term v0.40.0
gopkg.in/yaml.v3 v3.0.1