aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-11-11 10:06:29 +0000
committerTaras Madan <tarasmadan@google.com>2024-11-11 10:22:57 +0000
commitfb67790f1e2ef220c212369bad477f2edc97c160 (patch)
tree6ab588897419bec7f7b56a94b468d136e6a1173d /go.mod
parent97fe551785f14d411943bf31c363c82a178cb7f0 (diff)
mod: bump golang.org/x/oauth2 from 0.23.0 to 0.24.0
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.23.0 to 0.24.0. - [Commits](https://github.com/golang/oauth2/compare/v0.23.0...v0.24.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index c2872f940..1f6fc599d 100644
--- a/go.mod
+++ b/go.mod
@@ -28,7 +28,7 @@ require (
github.com/ulikunitz/xz v0.5.12
github.com/vektra/mockery/v2 v2.45.1
golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e
- golang.org/x/oauth2 v0.23.0
+ golang.org/x/oauth2 v0.24.0
golang.org/x/perf v0.0.0-20230221235046-aebcfb61e84c
golang.org/x/sync v0.8.0
golang.org/x/sys v0.27.0