From 76ca897e35f531c397feb251b8b4e87a2a5cafe0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 13:13:37 +0200 Subject: [PATCH] Bump github.com/cli/oauth from 1.1.0 to 1.1.1 (#116) Bumps [github.com/cli/oauth](https://github.com/cli/oauth) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/cli/oauth/releases) - [Commits](https://github.com/cli/oauth/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: github.com/cli/oauth dependency-type: direct:production update-type: version-update:semver-patch ... 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 fa19dbc..690c271 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.23 toolchain go1.23.0 require ( - github.com/cli/oauth v1.1.0 + github.com/cli/oauth v1.1.1 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 f7147d3..3717c5b 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.1.0 h1:BgUFqUe2WOLBxVkrbPwwaQIQkt0enyp8BtQV7uSOkQk= -github.com/cli/oauth v1.1.0/go.mod h1:qd/FX8ZBD6n1sVNQO3aIdRxeu5LGw9WhKnYhIIoC2A4= +github.com/cli/oauth v1.1.1 h1:459gD3hSjlKX9B1uXBuiAMdpXBUQ9QGf/NDcCpoQxPs= +github.com/cli/oauth v1.1.1/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=