From a7b68689f304cf07e45ecc5ae153a330889eea2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 20:33:34 +0000 Subject: [PATCH] build(deps): bump golang.org/x/oauth2 in /plugins/github Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.26.0 to 0.28.0. - [Commits](https://github.com/golang/oauth2/compare/v0.26.0...v0.28.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- plugins/github/go.mod | 3 ++- plugins/github/go.sum | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/plugins/github/go.mod b/plugins/github/go.mod index 05a840d7..1d5fce75 100644 --- a/plugins/github/go.mod +++ b/plugins/github/go.mod @@ -1,6 +1,7 @@ module github.com/falcosecurity/plugins/plugins/github go 1.22 +toolchain go1.23.7 require ( github.com/alecthomas/jsonschema v0.0.0-20220216202328-9eeeec9d044b @@ -8,7 +9,7 @@ require ( github.com/google/go-github v17.0.0+incompatible github.com/sethvargo/go-password v0.3.1 github.com/valyala/fastjson v1.6.4 - golang.org/x/oauth2 v0.26.0 + golang.org/x/oauth2 v0.28.0 ) require ( diff --git a/plugins/github/go.sum b/plugins/github/go.sum index de624776..85c9405f 100644 --- a/plugins/github/go.sum +++ b/plugins/github/go.sum @@ -35,8 +35,8 @@ github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2 github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU= github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415/go.mod h1:GwrjFmJcFw6At/Gs6z4yjiIwzuJ1/+UwLxMQDVQXShQ= github.com/xeipuuv/gojsonschema v1.2.0/go.mod h1:anYRn/JVcOK2ZgGU+IjEV4nwlhoK5sQluxsYJ78Id3Y= -golang.org/x/oauth2 v0.26.0 h1:afQXWNNaeC4nvZ0Ed9XvCCzXM6UHJG7iCg0W4fPqSBE= -golang.org/x/oauth2 v0.26.0/go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI= +golang.org/x/oauth2 v0.28.0 h1:CrgCKl8PPAVtLnU3c+EDw6x11699EWlsDeWNWKdIOkc= +golang.org/x/oauth2 v0.28.0/go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=