From 13a8da33252701f976f40daf470d87bf10d32bdc Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 17 Oct 2022 05:03:40 +0000 Subject: [PATCH] chore(deps): update module github.com/urfave/cli/v2 to v2.20.2 (#10) 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.17.1` -> `v2.20.2` | --- ### Release Notes
urfave/cli ### [`v2.20.2`](https://github.com/urfave/cli/releases/tag/v2.20.2) [Compare Source](https://github.com/urfave/cli/compare/v2.20.1...v2.20.2) #### What's Changed - Fix:(issue\_1206) Default value shouldnt depend on env variable or val… by [@​dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1528 **Full Changelog**: https://github.com/urfave/cli/compare/v2.20.1...v2.20.2 ### [`v2.20.1`](https://github.com/urfave/cli/releases/tag/v2.20.1) [Compare Source](https://github.com/urfave/cli/compare/v2.20.0...v2.20.1) #### What's Changed - Docs: Fix docs from merged PR1498 by [@​dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1532 - Cleanup: Fix app.go formatting by [@​dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1533 **Full Changelog**: https://github.com/urfave/cli/compare/v2.20.0...v2.20.1 ### [`v2.20.0`](https://github.com/urfave/cli/releases/tag/v2.20.0) [Compare Source](https://github.com/urfave/cli/compare/v2.19.3...v2.20.0) #### What's Changed - Cleanup redundant code in App/Command by [@​dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1498 **Full Changelog**: https://github.com/urfave/cli/compare/v2.19.3...v2.20.0 ### [`v2.19.3`](https://github.com/urfave/cli/releases/tag/v2.19.3) [Compare Source](https://github.com/urfave/cli/compare/v2.19.2...v2.19.3) #### What's Changed - Build and run `urfave-cli-genflags` via its `Makefile` by [@​meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1526 **Full Changelog**: https://github.com/urfave/cli/compare/v2.19.2...v2.19.3 ### [`v2.19.2`](https://github.com/urfave/cli/releases/tag/v2.19.2) [Compare Source](https://github.com/urfave/cli/compare/v2.19.1...v2.19.2) #### What's Changed - fix: stop automatic sorting for --help by [@​FGYFFFF](https://github.com/FGYFFFF) in https://github.com/urfave/cli/pull/1430 #### New Contributors - [@​FGYFFFF](https://github.com/FGYFFFF) made their first contribution in https://github.com/urfave/cli/pull/1430 **Full Changelog**: https://github.com/urfave/cli/compare/v2.19.1...v2.19.2 ### [`v2.19.1`](https://github.com/urfave/cli/releases/tag/v2.19.1) [Compare Source](https://github.com/urfave/cli/compare/v2.19.0...v2.19.1) #### What's Changed - Fix:(issue\_1500). Fix slice flag value duplication issue by [@​dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1502 **Full Changelog**: https://github.com/urfave/cli/compare/v2.19.0...v2.19.1 ### [`v2.19.0`](https://github.com/urfave/cli/releases/tag/v2.19.0) [Compare Source](https://github.com/urfave/cli/compare/v2.18.2...v2.19.0) #### What's Changed - Fix:(issue\_1505) Fix flag alignment in help by [@​dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1506 **Full Changelog**: https://github.com/urfave/cli/compare/v2.18.2...v2.19.0 ### [`v2.18.2`](https://github.com/urfave/cli/releases/tag/v2.18.2) [Compare Source](https://github.com/urfave/cli/compare/v2.18.1...v2.18.2) #### What's Changed - Configure GenericFlag's Destination type as struct not pointer by [@​nkuba](https://github.com/nkuba) in https://github.com/urfave/cli/pull/1442 #### New Contributors - [@​nkuba](https://github.com/nkuba) made their first contribution in https://github.com/urfave/cli/pull/1442 **Full Changelog**: https://github.com/urfave/cli/compare/v2.18.1...v2.18.2 ### [`v2.18.1`](https://github.com/urfave/cli/releases/tag/v2.18.1) [Compare Source](https://github.com/urfave/cli/compare/v2.18.0...v2.18.1) #### What's Changed - Ensure "generate" step runs in CI prior to diff check by [@​meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1504 **Full Changelog**: https://github.com/urfave/cli/compare/v2.18.0...v2.18.1 ### [`v2.18.0`](https://github.com/urfave/cli/releases/tag/v2.18.0) [Compare Source](https://github.com/urfave/cli/compare/v2.17.2...v2.18.0) #### What's Changed - Call FlagStringer in String() method of slice flags by [@​fjl](https://github.com/fjl) in https://github.com/urfave/cli/pull/1508 #### New Contributors - [@​fjl](https://github.com/fjl) made their first contribution in https://github.com/urfave/cli/pull/1508 **Full Changelog**: https://github.com/urfave/cli/compare/v2.17.2...v2.18.0 ### [`v2.17.2`](https://github.com/urfave/cli/releases/tag/v2.17.2) [Compare Source](https://github.com/urfave/cli/compare/v2.17.1...v2.17.2) #### What's Changed - Remove nonexistent phony targets by [@​meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1503 - wrap: Avoid trailing whitespace for empty lines by [@​abitrolly](https://github.com/abitrolly) in https://github.com/urfave/cli/pull/1513 #### New Contributors - [@​abitrolly](https://github.com/abitrolly) made their first contribution in https://github.com/urfave/cli/pull/1513 **Full Changelog**: https://github.com/urfave/cli/compare/v2.17.1...v2.17.2
--- ### 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 Co-authored-by: Dawid Wysokiński Reviewed-on: https://gitea.dwysokinski.me/twhelp/dcbot/pulls/10 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 3db864d..fd1f68c 100644 --- a/go.mod +++ b/go.mod @@ -14,7 +14,7 @@ require ( github.com/uptrace/bun/dialect/pgdialect v1.1.8 github.com/uptrace/bun/driver/pgdriver v1.1.8 github.com/uptrace/bun/extra/bunotel v1.1.8 - github.com/urfave/cli/v2 v2.17.1 + github.com/urfave/cli/v2 v2.20.2 go.uber.org/zap v1.23.0 ) diff --git a/go.sum b/go.sum index 53247cd..3652396 100644 --- a/go.sum +++ b/go.sum @@ -122,8 +122,8 @@ github.com/uptrace/bun/extra/bunotel v1.1.8/go.mod h1:1chzcC5wkd7FP+/SRUbmmqF0DL github.com/uptrace/opentelemetry-go-extra/otelsql v0.1.15 h1:s6BZwhj/2oZ9GSkfcTH8YRHjxj3MGo1j2Pg83Pc1xjw= github.com/uptrace/opentelemetry-go-extra/otelsql v0.1.15/go.mod h1:aZXwJzbTHnhh8vpd1bPjK68iTuNEtfvpHcJq73FdmhQ= github.com/urfave/cli v1.22.1/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0= -github.com/urfave/cli/v2 v2.17.1 h1:UzjDEw2dJQUE3iRaiNQ1VrVFbyAtKGH3VdkMoHA58V0= -github.com/urfave/cli/v2 v2.17.1/go.mod h1:1CNUng3PtjQMtRzJO4FMXBQvkGtuYRxxiR9xMa7jMwI= +github.com/urfave/cli/v2 v2.20.2 h1:dKA0LUjznZpwmmbrc0pOgcLTEilnHeM8Av9Yng77gHM= +github.com/urfave/cli/v2 v2.20.2/go.mod h1:1CNUng3PtjQMtRzJO4FMXBQvkGtuYRxxiR9xMa7jMwI= github.com/vishvananda/netlink v1.1.0/go.mod h1:cTgwzPIzzgDAYoQrMm0EdrjRUBkTqKYppBueQtXaqoE= github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df/go.mod h1:JP3t17pCcGlemwknint6hfoeCVQrEMVwxRLRjXpq+BU= github.com/vmihailenco/msgpack/v5 v5.3.5 h1:5gO0H1iULLWGhs2H5tbAHIZTV8/cYafcFOr9znI5mJU=