chore(deps): update module github.com/urfave/cli/v2 to v2.16.2 (#10)
continuous-integration/drone/push Build is passing Details

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/urfave/cli/v2](https://github.com/urfave/cli) | require | minor | `v2.14.1` -> `v2.16.2` |

---

### Release Notes

<details>
<summary>urfave/cli</summary>

### [`v2.16.2`](https://github.com/urfave/cli/releases/tag/v2.16.2)

[Compare Source](https://github.com/urfave/cli/compare/v2.16.1...v2.16.2)

#### What's Changed

-   Fix: Help name consistency among app/commands and subcommands by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1489

**Full Changelog**: https://github.com/urfave/cli/compare/v2.16.1...v2.16.2

### [`v2.16.1`](https://github.com/urfave/cli/releases/tag/v2.16.1)

[Compare Source](https://github.com/urfave/cli/compare/v2.16.0...v2.16.1)

#### What's Changed

-   Set codecov status thresholds to 5% by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1486
-   Fix: dont generate pointer for dest for Generic flag by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1488

**Full Changelog**: https://github.com/urfave/cli/compare/v2.16.0...v2.16.1

### [`v2.16.0`](https://github.com/urfave/cli/releases/tag/v2.16.0)

[Compare Source](https://github.com/urfave/cli/compare/v2.15.0...v2.16.0)

#### What's Changed

-   Feature:(Issue 1334) Add support for uint64slices by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1378

**Full Changelog**: https://github.com/urfave/cli/compare/v2.15.0...v2.16.0

### [`v2.15.0`](https://github.com/urfave/cli/releases/tag/v2.15.0)

[Compare Source](https://github.com/urfave/cli/compare/v2.14.2...v2.15.0)

#### What's Changed

-   Add count option for bool flags by [@&#8203;dearchap](https://github.com/dearchap) in https://github.com/urfave/cli/pull/1257

**Full Changelog**: https://github.com/urfave/cli/compare/v2.14.2...v2.15.0

### [`v2.14.2`](https://github.com/urfave/cli/releases/tag/v2.14.2)

[Compare Source](https://github.com/urfave/cli/compare/v2.14.1...v2.14.2)

#### What's Changed

-   Update version of codecov action by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1480
-   Add a few notes to release docs by [@&#8203;meatballhat](https://github.com/meatballhat) in https://github.com/urfave/cli/pull/1479

**Full Changelog**: https://github.com/urfave/cli/compare/v2.14.1...v2.14.2

</details>

---

### 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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTAuMyIsInVwZGF0ZWRJblZlciI6IjMyLjE5NC4zIn0=-->

Co-authored-by: Renovate <renovate@dwysokinski.me>
Reviewed-on: #10
Co-authored-by: renovate <renovate@noreply.localhost>
Co-committed-by: renovate <renovate@noreply.localhost>
This commit is contained in:
renovate 2022-09-12 03:45:33 +00:00 committed by Dawid Wysokiński
parent 92cdf4c204
commit 8b68af3831
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -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.14.1
github.com/urfave/cli/v2 v2.16.2
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
)

4
go.sum
View File

@ -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.14.1 h1:0Sx+C9404t2+DPuIJ3UpZFOEFhNG3wPxMj7uZHyZKFA=
github.com/urfave/cli/v2 v2.14.1/go.mod h1:1CNUng3PtjQMtRzJO4FMXBQvkGtuYRxxiR9xMa7jMwI=
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/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=