Skip to content

Commit

Permalink
Update module github.com/urfave/cli/v2 to v2.24.4 (#234)
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/v2](https://togithub.com/urfave/cli) | require
| patch | `v2.24.3` -> `v2.24.4` |

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/urfave/cli/compare/v2.24.3...v2.24.4)

#### What's Changed

- Deprecation of package ioutil in Go 1.16 by
[@&#8203;ArangoGutierrez](https://togithub.com/ArangoGutierrez) in
[https://github.com/urfave/cli/pull/1678](https://togithub.com/urfave/cli/pull/1678)
- Backport \[v2]: Fix some issues in bash autocompletion by
[@&#8203;MrNaif2018](https://togithub.com/MrNaif2018) in
[https://github.com/urfave/cli/pull/1676](https://togithub.com/urfave/cli/pull/1676)

#### New Contributors

- [@&#8203;ArangoGutierrez](https://togithub.com/ArangoGutierrez) made
their first contribution in
[https://github.com/urfave/cli/pull/1678](https://togithub.com/urfave/cli/pull/1678)

**Full Changelog**:
urfave/cli@v2.24.3...v2.24.4

</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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNDEuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE0MS4wIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 21, 2023
1 parent 204e918 commit 41ad302
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.54
github.com/samber/lo v1.37.0
github.com/spectrocloud/peg v0.0.0-20230130095319-a5208a005575
github.com/urfave/cli/v2 v2.24.3
github.com/urfave/cli/v2 v2.24.4
go.uber.org/zap v1.24.0
golang.org/x/crypto v0.5.0
golang.org/x/mod v0.7.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1267,6 +1267,8 @@ github.com/urfave/cli/v2 v2.24.2 h1:q1VA+ofZ8SWfEKB9xXHUD4QZaeI9e+ItEqSbfH2JBXk=
github.com/urfave/cli/v2 v2.24.2/go.mod h1:GHupkWPMM0M/sj1a2b4wUrWBPzazNrIjouW6fmdJLxc=
github.com/urfave/cli/v2 v2.24.3 h1:7Q1w8VN8yE0MJEHP06bv89PjYsN4IHWED2s1v/Zlfm0=
github.com/urfave/cli/v2 v2.24.3/go.mod h1:GHupkWPMM0M/sj1a2b4wUrWBPzazNrIjouW6fmdJLxc=
github.com/urfave/cli/v2 v2.24.4 h1:0gyJJEBYtCV87zI/x2nZCPyDxD51K6xM8SkwjHFCNEU=
github.com/urfave/cli/v2 v2.24.4/go.mod h1:GHupkWPMM0M/sj1a2b4wUrWBPzazNrIjouW6fmdJLxc=
github.com/uudashr/gocognit v1.0.5/go.mod h1:wgYz0mitoKOTysqxTDMOUXg+Jb5SvtihkfmugIZYpEA=
github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=
github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc=
Expand Down

0 comments on commit 41ad302

Please sign in to comment.