Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
dependabot[bot]
56bc945926
Bump golang.org/x/oauth2 from 0.33.0 to 0.35.0
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.33.0 to 0.35.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.33.0...v0.35.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-09 16:21:11 +00:00

2
go.mod
View file

@ -4,7 +4,7 @@ go 1.24.0
require (
github.com/google/go-github/v43 v43.0.0
golang.org/x/oauth2 v0.33.0
golang.org/x/oauth2 v0.35.0
)
require (