Bump golang.org/x/oauth2 from 0.27.0 to 0.31.0

Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.27.0 to 0.31.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.27.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.31.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-09-10 07:19:12 +00:00
committed by GitHub
parent 1a16851ad0
commit 7a3c21ac6e
2 changed files with 4 additions and 4 deletions

4
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/ClusterCockpit/cc-backend
go 1.23.5
go 1.24.0
toolchain go1.24.1
@@ -30,7 +30,7 @@ require (
github.com/vektah/gqlparser/v2 v2.5.22
golang.org/x/crypto v0.36.0
golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa
golang.org/x/oauth2 v0.27.0
golang.org/x/oauth2 v0.31.0
golang.org/x/time v0.5.0
)