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

Reviewed-on: https://gitea.com/gitea/tea/pulls/752
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.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
2025-05-06 03:44:39 +00:00
committed by techknowlogick
parent 6efa25d0f7
commit affef1980e
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@ -20,7 +20,7 @@ require (
github.com/stretchr/testify v1.10.0
github.com/urfave/cli/v2 v2.27.6
golang.org/x/crypto v0.37.0
golang.org/x/oauth2 v0.29.0
golang.org/x/oauth2 v0.30.0
golang.org/x/term v0.31.0
gopkg.in/yaml.v3 v3.0.1
)