From 62ac341584fe5b2140347bdfa034fdb840063c31 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 30 Sep 2022 03:42:59 +0000 Subject: [PATCH] chore(deps): update module github.com/urfave/cli/v2 to v2.17.1 (#11) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/urfave/cli/v2](https://github.com/urfave/cli) | require | minor | `v2.16.2` -> `v2.17.1` | --- ### Release Notes
urfave/cli ### [`v2.17.1`](https://github.com/urfave/cli/releases/tag/v2.17.1) [Compare Source](https://github.com/urfave/cli/compare/v2.17.0...v2.17.1) #### What's Changed - Fix help results inconsistency by [@​dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1499 **Full Changelog**: https://github.com/urfave/cli/compare/v2.17.0...v2.17.1 ### [`v2.17.0`](https://github.com/urfave/cli/releases/tag/v2.17.0) [Compare Source](https://github.com/urfave/cli/compare/v2.16.6...v2.17.0) #### What's Changed - Flag-level Action by [@​xwjdsh](https://github.com/xwjdsh) in https://github.com/urfave/cli/pull/1337 #### New Contributors - [@​xwjdsh](https://github.com/xwjdsh) made their first contribution in https://github.com/urfave/cli/pull/1337 **Full Changelog**: https://github.com/urfave/cli/compare/v2.16.6...v2.17.0 ### [`v2.16.6`](https://github.com/urfave/cli/releases/tag/v2.16.6) [Compare Source](https://github.com/urfave/cli/compare/v2.16.5...v2.16.6) #### What's Changed - fix: Context.Set no such flag by [@​Torwang1](https://github.com/Torwang1) in https://github.com/urfave/cli/pull/1497 #### New Contributors - [@​Torwang1](https://github.com/Torwang1) made their first contribution in https://github.com/urfave/cli/pull/1497 **Full Changelog**: https://github.com/urfave/cli/compare/v2.16.5...v2.16.6 ### [`v2.16.5`](https://github.com/urfave/cli/releases/tag/v2.16.5) [Compare Source](https://github.com/urfave/cli/compare/v2.16.4...v2.16.5) #### What's Changed - Fix:(issue\_1197) Set destination field from altsrc for slice flags by [@​dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1495 **Full Changelog**: https://github.com/urfave/cli/compare/v2.16.4...v2.16.5 ### [`v2.16.4`](https://github.com/urfave/cli/releases/tag/v2.16.4) [Compare Source](https://github.com/urfave/cli/compare/v2.16.3...v2.16.4) #### What's Changed - Accept the `MKDOCS_REMOTE_GITHUB_TOKEN` var as intended by [@​meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1493 **Full Changelog**: https://github.com/urfave/cli/compare/v2.16.3...v2.16.4 ### [`v2.16.3`](https://github.com/urfave/cli/releases/tag/v2.16.3) [Compare Source](https://github.com/urfave/cli/compare/v2.16.2...v2.16.3) #### What's Changed - Move more functionality into internal/build/build.go by [@​meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1490 **Full Changelog**: https://github.com/urfave/cli/compare/v2.16.2...v2.16.3
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: Renovate Reviewed-on: https://gitea.dwysokinski.me/Kichiyaki/gootp/pulls/11 Co-authored-by: renovate Co-committed-by: renovate --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index d0deed2..98d1d8c 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ require ( github.com/charmbracelet/lipgloss v0.5.0 github.com/pquerna/otp v1.3.0 github.com/stretchr/testify v1.8.0 - github.com/urfave/cli/v2 v2.16.2 + github.com/urfave/cli/v2 v2.17.1 golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 ) diff --git a/go.sum b/go.sum index f930ce5..1206a32 100644 --- a/go.sum +++ b/go.sum @@ -55,8 +55,8 @@ github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UV github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk= github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= -github.com/urfave/cli/v2 v2.16.2 h1:54KkXv2+tay5GSZJzuVgcE0C+A/Uzv6BsfNXH0wjU4c= -github.com/urfave/cli/v2 v2.16.2/go.mod h1:1CNUng3PtjQMtRzJO4FMXBQvkGtuYRxxiR9xMa7jMwI= +github.com/urfave/cli/v2 v2.17.1 h1:UzjDEw2dJQUE3iRaiNQ1VrVFbyAtKGH3VdkMoHA58V0= +github.com/urfave/cli/v2 v2.17.1/go.mod h1:1CNUng3PtjQMtRzJO4FMXBQvkGtuYRxxiR9xMa7jMwI= github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 h1:bAn7/zixMGCfxrRTfdpNzjtPYqr8smhKouy9mxVdGPU= github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673/go.mod h1:N3UwUGtsrSj3ccvlPHLoLsHnpR27oXr4ZE984MbSER8= golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90 h1:Y/gsMcFOcR+6S6f3YeMKl5g+dZMEWqcz5Czj/GWYbkM=