From 91e9a913c2ce79f2b6d536b8509ab122731d8ee5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 06:18:31 +0000 Subject: [PATCH] Bump golang.org/x/oauth2 from 0.33.0 to 0.34.0 Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.33.0 to 0.34.0. - [Commits](https://github.com/golang/oauth2/compare/v0.33.0...v0.34.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a3a552c..5005ac7 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.24.4 require ( github.com/coreos/go-oidc v2.4.0+incompatible github.com/golang-jwt/jwt/v5 v5.3.0 - golang.org/x/oauth2 v0.33.0 + golang.org/x/oauth2 v0.34.0 ) require (