From 00f662c503d0de49191eff96be3a73c0d304dd28 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 04:04:33 +0000 Subject: [PATCH] fix(security/unknown): update module golang.org/x/oauth2 to v0.27.0 [security] | datasource | package | from | to | | ---------- | ------------------- | ------- | ------- | | go | golang.org/x/oauth2 | v0.11.0 | v0.27.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6b1e75a7b..bb9512372 100644 --- a/go.mod +++ b/go.mod @@ -244,7 +244,7 @@ require ( golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 // indirect golang.org/x/mod v0.17.0 // indirect golang.org/x/net v0.26.0 // indirect - golang.org/x/oauth2 v0.11.0 // indirect + golang.org/x/oauth2 v0.27.0 // indirect golang.org/x/sys v0.21.0 // indirect golang.org/x/text v0.16.0 // indirect golang.org/x/time v0.3.0 // indirect