summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-12-10 22:55:16 -0500
committerGitHub <noreply@github.com>2024-12-10 22:55:16 -0500
commitfe1ac46b6ec15218c3965536908e293ccb8fdbcf (patch)
treec47d6b5d1b001fe796e4cc1f78c7d37e504757c1 /go.mod
parent2f3514f8f122bc7c1fb86737a067d388f44bcc76 (diff)
chore(deps): bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 (#958)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 324f830..c27a92f 100644
--- a/go.mod
+++ b/go.mod
@@ -25,7 +25,7 @@ require (
go.uber.org/ratelimit v0.3.1
golang.org/x/crypto v0.29.0
golang.org/x/exp v0.0.0-20230728194245-b0cb94b80691
- golang.org/x/oauth2 v0.23.0
+ golang.org/x/oauth2 v0.24.0
golang.org/x/sync v0.10.0
google.golang.org/grpc v1.67.1
gopkg.in/yaml.v2 v2.4.0