Bump golang.org/x/oauth2

Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.0.0-20220309155454-6242fa91716a to 0.29.0.
- [Commits](https://github.com/golang/oauth2/commits/v0.29.0)

---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-04-07 15:34:59 +00:00 committed by GitHub
parent ef4dddd64b
commit 1c9827df3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

6
go.mod
View file

@ -4,14 +4,10 @@ go 1.17
require (
github.com/google/go-github/v43 v43.0.0
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a
golang.org/x/oauth2 v0.29.0
)
require (
github.com/golang/protobuf v1.4.2 // indirect
github.com/google/go-querystring v1.1.0 // indirect
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.25.0 // indirect
)