From 6a03c1187a03c636f72e78ad265de24b5739b1ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 14:05:43 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 2f1fd03..7923d5d 100644 --- a/go.mod +++ b/go.mod @@ -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 (