Skip to content

Commit

Permalink
Update module github.com/urfave/cli to v1.22.11 (#180)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/urfave/cli](https://togithub.com/urfave/cli) | require |
patch | `v1.22.10` -> `v1.22.11` |

---

### Release Notes

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

### [`v1.22.11`](https://togithub.com/urfave/cli/releases/tag/v1.22.11)

[Compare
Source](https://togithub.com/urfave/cli/compare/v1.22.10...v1.22.11)

#### What's Changed

- Fix:(issue\_1338) Fix behaviour of skip flag parsing if there are
subc… by [@&#8203;dearchap](https://togithub.com/dearchap) in
[urfave/cli#1640
- Doc:(issue\_1195) Add integration testing example in docs by
[@&#8203;dearchap](https://togithub.com/dearchap) in
[urfave/cli#1641
- Fix:(issue\_1142). Allow comma in altsrc flag names by
[@&#8203;dearchap](https://togithub.com/dearchap) in
[urfave/cli#1645
- Run CI on `v1` series by
[@&#8203;meatballhat](https://togithub.com/meatballhat) in
[urfave/cli#1646

**Full Changelog**:
urfave/cli@v1.22.10...v1.22.11

</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, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xMDIuNyIsInVwZGF0ZWRJblZlciI6IjM0LjEwOC4xIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 22, 2023
1 parent d626bb0 commit da96e28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require (
github.com/pterm/pterm v0.12.53
github.com/samber/lo v1.37.0
github.com/spectrocloud/peg v0.0.0-20221005172954-aa887438fafc
github.com/urfave/cli v1.22.10
github.com/urfave/cli v1.22.11
github.com/urfave/cli/v2 v2.23.7
go.uber.org/zap v1.24.0
golang.org/x/crypto v0.5.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1186,6 +1186,8 @@ github.com/urfave/cli v1.22.2/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtX
github.com/urfave/cli v1.22.4/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0=
github.com/urfave/cli v1.22.10 h1:p8Fspmz3iTctJstry1PYS3HVdllxnEzTEsgIgtxTrCk=
github.com/urfave/cli v1.22.10/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0=
github.com/urfave/cli v1.22.11 h1:3wLoofQeDAA/zDjLA4uvtzIv73+qdxJ3QkxfAqk4UVI=
github.com/urfave/cli v1.22.11/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0=
github.com/urfave/cli/v2 v2.23.7 h1:YHDQ46s3VghFHFf1DdF+Sh7H4RqhcM+t0TmZRJx4oJY=
github.com/urfave/cli/v2 v2.23.7/go.mod h1:GHupkWPMM0M/sj1a2b4wUrWBPzazNrIjouW6fmdJLxc=
github.com/uudashr/gocognit v1.0.5/go.mod h1:wgYz0mitoKOTysqxTDMOUXg+Jb5SvtihkfmugIZYpEA=
Expand Down

0 comments on commit da96e28

Please sign in to comment.