Bump golang.org/x/oauth2 from 0.33.0 to 0.36.0

Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.33.0 to 0.36.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.33.0...v0.36.0)

---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.36.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] 2026-04-13 15:43:33 +00:00 committed by GitHub
parent 3811d88913
commit 917a5bc40c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
go.mod
View file

@ -1,10 +1,10 @@
module github.com/trstringer/manual-approval
go 1.24.0
go 1.25.0
require (
github.com/google/go-github/v43 v43.0.0
golang.org/x/oauth2 v0.33.0
golang.org/x/oauth2 v0.36.0
)
require (