From d05ca6dad114979e92f9c0a81728a659b210ca20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Oct 2025 03:27:09 +0530 Subject: [PATCH] Bump golang.org/x/oauth2 from 0.30.0 to 0.31.0 (#195) Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.30.0 to 0.31.0. - [Commits](https://github.com/golang/oauth2/compare/v0.30.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 9c0d645..6dfcfd7 100644 --- a/go.mod +++ b/go.mod @@ -1,10 +1,10 @@ module github.com/trstringer/manual-approval -go 1.24 +go 1.24.0 require ( github.com/google/go-github/v43 v43.0.0 - golang.org/x/oauth2 v0.30.0 + golang.org/x/oauth2 v0.31.0 ) require (