fix(deps): update module github.com/urfave/cli/v2 to v2.27.6 (#695)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/urfave/cli/v2](https://redirect.github.com/urfave/cli) |
`v2.27.5` -> `v2.27.6` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2furfave%2fcli%2fv2/v2.27.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2furfave%2fcli%2fv2/v2.27.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2furfave%2fcli%2fv2/v2.27.5/v2.27.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2furfave%2fcli%2fv2/v2.27.5/v2.27.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>urfave/cli (github.com/urfave/cli/v2)</summary>

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

[Compare
Source](https://redirect.github.com/urfave/cli/compare/v2.27.5...v2.27.6)

#### What's Changed

- Use usage template in subcommand help by
[@&#8203;meatballhat](https://redirect.github.com/meatballhat) in
[https://github.com/urfave/cli/pull/1986](https://redirect.github.com/urfave/cli/pull/1986)
- Docs: Update cli.yml by
[@&#8203;dearchap](https://redirect.github.com/dearchap) in
[https://github.com/urfave/cli/pull/2015](https://redirect.github.com/urfave/cli/pull/2015)
- Fix:(issue\_2069) Add sep for string slice by
[@&#8203;dearchap](https://redirect.github.com/dearchap) in
[https://github.com/urfave/cli/pull/2070](https://redirect.github.com/urfave/cli/pull/2070)

**Full Changelog**:
https://github.com/urfave/cli/compare/v2.27.5...v2.27.6

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 11pm every weekday,before 7am
every weekday,every weekend" in timezone Europe/Brussels, Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kairos-io/provider-kairos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-03-06 01:41:57 +00:00 committed by GitHub
parent 6f7c6df760
commit e2d554bc12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@ -18,7 +18,7 @@ require (
github.com/onsi/gomega v1.36.2
github.com/pterm/pterm v0.12.80
github.com/samber/lo v1.49.1
github.com/urfave/cli/v2 v2.27.5
github.com/urfave/cli/v2 v2.27.6
gopkg.in/yaml.v3 v3.0.1
)

2
go.sum
View File

@ -929,6 +929,8 @@ github.com/urfave/cli v1.22.10/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60Nt
github.com/urfave/cli v1.22.12/go.mod h1:sSBEIC79qR6OvcmsD4U3KABeOTxDqQtdDnaFuUN30b8=
github.com/urfave/cli/v2 v2.27.5 h1:WoHEJLdsXr6dDWoJgMq/CboDmyY/8HMMH1fTECbih+w=
github.com/urfave/cli/v2 v2.27.5/go.mod h1:3Sevf16NykTbInEnD0yKkjDAeZDS0A6bzhBH5hrMvTQ=
github.com/urfave/cli/v2 v2.27.6 h1:VdRdS98FNhKZ8/Az8B7MTyGQmpIr36O1EHybx/LaZ4g=
github.com/urfave/cli/v2 v2.27.6/go.mod h1:3Sevf16NykTbInEnD0yKkjDAeZDS0A6bzhBH5hrMvTQ=
github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=
github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc=
github.com/valyala/fasttemplate v1.2.2 h1:lxLXG0uE3Qnshl9QyaK6XJxMXlQZELvChBOCmQD0Loo=