From d4ab88fbbeff96409351f56fa95aed8cb7395d88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 22:19:22 +0000 Subject: [PATCH] build(deps): bump golang.org/x/oauth2 in /tool/actions-gh-release Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.30.0 to 0.36.0. - [Commits](https://github.com/golang/oauth2/compare/v0.30.0...v0.36.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-version: 0.36.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tool/actions-gh-release/go.mod | 2 +- tool/actions-gh-release/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tool/actions-gh-release/go.mod b/tool/actions-gh-release/go.mod index 5f2bedbe0e..b05393d1f1 100644 --- a/tool/actions-gh-release/go.mod +++ b/tool/actions-gh-release/go.mod @@ -6,7 +6,7 @@ require ( github.com/creasty/defaults v1.5.2 github.com/google/go-github/v39 v39.2.0 github.com/stretchr/testify v1.4.0 - golang.org/x/oauth2 v0.30.0 + golang.org/x/oauth2 v0.36.0 sigs.k8s.io/yaml v1.3.0 ) diff --git a/tool/actions-gh-release/go.sum b/tool/actions-gh-release/go.sum index 4e41f0f140..48e03d2371 100644 --- a/tool/actions-gh-release/go.sum +++ b/tool/actions-gh-release/go.sum @@ -24,8 +24,8 @@ golang.org/x/crypto v0.36.0/go.mod h1:Y4J0ReaxCR1IMaabaSMugxJES1EpwhBHhv2bDHklZv golang.org/x/net v0.0.0-20190603091049-60506f45cf65/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= -golang.org/x/oauth2 v0.30.0 h1:dnDm7JmhM45NNpd8FDDeLhK6FwqbOf4MLCM9zb1BOHI= -golang.org/x/oauth2 v0.30.0/go.mod h1:B++QgG3ZKulg6sRPGD/mqlHQs5rB3Ml9erfeDY7xKlU= +golang.org/x/oauth2 v0.36.0 h1:peZ/1z27fi9hUOFCAZaHyrpWG5lwe0RJEEEeH0ThlIs= +golang.org/x/oauth2 v0.36.0/go.mod h1:YDBUJMTkDnJS+A4BP4eZBjCqtokkg1hODuPjwiGPO7Q= 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=