From 5f225a9d269d83da17175522271f959e0f2e74de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 20:54:51 +0000 Subject: [PATCH] Update module golang.org/x/oauth2 to v0.22.0 --- Blueprint-ui/Kanister Examples/go.mod | 2 +- Blueprint-ui/Kanister Examples/go.sum | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Blueprint-ui/Kanister Examples/go.mod b/Blueprint-ui/Kanister Examples/go.mod index 7acbf41..a124bae 100644 --- a/Blueprint-ui/Kanister Examples/go.mod +++ b/Blueprint-ui/Kanister Examples/go.mod @@ -4,7 +4,7 @@ go 1.21.1 require ( github.com/google/go-github/v37 v37.0.0 - golang.org/x/oauth2 v0.12.0 + golang.org/x/oauth2 v0.22.0 gopkg.in/yaml.v2 v2.4.0 ) diff --git a/Blueprint-ui/Kanister Examples/go.sum b/Blueprint-ui/Kanister Examples/go.sum index 2833aad..9ef98e3 100644 --- a/Blueprint-ui/Kanister Examples/go.sum +++ b/Blueprint-ui/Kanister Examples/go.sum @@ -28,6 +28,7 @@ golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.12.0 h1:smVPGxink+n1ZI5pkQa8y6fZT0RW0MgCO5bFpepy4B4= golang.org/x/oauth2 v0.12.0/go.mod h1:A74bZ3aGXgCY0qaIC9Ahg6Lglin4AMAco8cIv9baba4= +golang.org/x/oauth2 v0.22.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=