1
0
mirror of https://github.com/TwiN/gatus.git synced 2026-03-23 15:05:06 +00:00

chore(deps): bump golang.org/x/oauth2 from 0.34.0 to 0.35.0 (#1543)

Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.34.0 to 0.35.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.34.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TwiN <twin@linux.com>
This commit is contained in:
dependabot[bot]
2026-02-19 22:31:01 -05:00
committed by GitHub
parent 433e59b0ce
commit c4900ced6c
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@@ -28,7 +28,7 @@ require (
github.com/valyala/fasthttp v1.69.0
github.com/wcharczuk/go-chart/v2 v2.1.2
golang.org/x/crypto v0.47.0
golang.org/x/oauth2 v0.34.0
golang.org/x/oauth2 v0.35.0
golang.org/x/sync v0.19.0
google.golang.org/api v0.265.0
google.golang.org/grpc v1.78.0