From 529928fc3469ed543c193ea3a03c6e1917578518 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 22:10:35 +0000 Subject: [PATCH] Update module golang.org/x/oauth2 to v0.24.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 461c6c0..0b0bf90 100644 --- a/go.mod +++ b/go.mod @@ -8,5 +8,5 @@ require ( github.com/mitchellh/mapstructure v1.5.0 github.com/stretchr/testify v1.8.4 golang.org/x/net v0.15.0 - golang.org/x/oauth2 v0.12.0 + golang.org/x/oauth2 v0.24.0 )