From 4b07705f601070242a870969457e2d13cf282553 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 17:26:39 +0000 Subject: [PATCH] :arrow_up: Update module golang.org/x/oauth2 to v0.34.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c8b22751..76def676 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( github.com/shurcooL/githubv4 v0.0.0-20221126192849-0b5c4c7994eb github.com/stretchr/testify v1.9.0 golang.org/x/crypto v0.31.0 - golang.org/x/oauth2 v0.22.0 + golang.org/x/oauth2 v0.34.0 ) require (