From a8e316203136e50b9f4ad098a2ac9735e22c4470 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 12:23:39 +0200 Subject: [PATCH] Bump github.com/cli/oauth from 1.0.1 to 1.1.0 (#115) Bumps [github.com/cli/oauth](https://github.com/cli/oauth) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/cli/oauth/releases) - [Commits](https://github.com/cli/oauth/compare/v1.0.1...v1.1.0) --- updated-dependencies: - dependency-name: github.com/cli/oauth dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index c016d33..fa19dbc 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.23 toolchain go1.23.0 require ( - github.com/cli/oauth v1.0.1 + github.com/cli/oauth v1.1.0 github.com/coreos/go-oidc/v3 v3.11.0 github.com/gorilla/securecookie v1.1.2 github.com/gorilla/sessions v1.4.0 diff --git a/go.sum b/go.sum index 14754b4..f7147d3 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ github.com/cli/browser v1.0.0 h1:RIleZgXrhdiCVgFBSjtWwkLPUCWyhhhN5k5HGSBt1js= github.com/cli/browser v1.0.0/go.mod h1:IEWkHYbLjkhtjwwWlwTHW2lGxeS5gezEQBMLTwDHf5Q= -github.com/cli/oauth v1.0.1 h1:pXnTFl/qUegXHK531Dv0LNjW4mLx626eS42gnzfXJPA= -github.com/cli/oauth v1.0.1/go.mod h1:qd/FX8ZBD6n1sVNQO3aIdRxeu5LGw9WhKnYhIIoC2A4= +github.com/cli/oauth v1.1.0 h1:BgUFqUe2WOLBxVkrbPwwaQIQkt0enyp8BtQV7uSOkQk= +github.com/cli/oauth v1.1.0/go.mod h1:qd/FX8ZBD6n1sVNQO3aIdRxeu5LGw9WhKnYhIIoC2A4= github.com/cli/safeexec v1.0.0 h1:0VngyaIyqACHdcMNWfo6+KdUYnqEr2Sg+bSP1pdF+dI= github.com/cli/safeexec v1.0.0/go.mod h1:Z/D4tTN8Vs5gXYHDCbaM1S/anmEDnJb1iW0+EJ5zx3Q= github.com/coreos/go-oidc/v3 v3.11.0 h1:Ia3MxdwpSw702YW0xgfmP1GVCMA9aEFWu12XUZ3/OtI=