From 4fc670c22d6c1c24682fa80d7a083c074a889357 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 14:11:45 +0000 Subject: [PATCH] fix(deps): update module golang.org/x/oauth2 to v0.33.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c8b22751..ceca76a5 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.33.0 ) require (