From 1c9827df3c5f9484744d5fc433db8952a1289646 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 15:34:59 +0000 Subject: [PATCH] Bump golang.org/x/oauth2 Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.0.0-20220309155454-6242fa91716a to 0.29.0. - [Commits](https://github.com/golang/oauth2/commits/v0.29.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/go.mod b/go.mod index 413e6d2..d057bd1 100644 --- a/go.mod +++ b/go.mod @@ -4,14 +4,10 @@ go 1.17 require ( github.com/google/go-github/v43 v43.0.0 - golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a + golang.org/x/oauth2 v0.29.0 ) require ( - github.com/golang/protobuf v1.4.2 // indirect github.com/google/go-querystring v1.1.0 // indirect golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect - golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect - google.golang.org/appengine v1.6.7 // indirect - google.golang.org/protobuf v1.25.0 // indirect )