mirror of
https://github.com/truecharts/charts.git
synced 2026-07-17 17:51:24 -03:00
fix(deps): update module github.com/fatih/color v1.17.0 → v1.18.0 (clustertool) (#28159)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/fatih/color](https://redirect.github.com/fatih/color) | require | minor | `v1.17.0` -> `v1.18.0` | --- ### Release Notes <details> <summary>fatih/color (github.com/fatih/color)</summary> ### [`v1.18.0`](https://redirect.github.com/fatih/color/releases/tag/v1.18.0) [Compare Source](https://redirect.github.com/fatih/color/compare/v1.17.0...v1.18.0) #### What's Changed - Add RGB API support by [@​fatih](https://redirect.github.com/fatih) in [https://github.com/fatih/color/pull/225](https://redirect.github.com/fatih/color/pull/225) - Bump GitHub workflow actions by [@​deining](https://redirect.github.com/deining) in [https://github.com/fatih/color/pull/235](https://redirect.github.com/fatih/color/pull/235) - Bump golang.org/x/sys from 0.18.0 to 0.24.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/fatih/color/pull/236](https://redirect.github.com/fatih/color/pull/236) - Bump golang.org/x/sys from 0.24.0 to 0.25.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/fatih/color/pull/237](https://redirect.github.com/fatih/color/pull/237) #### New Contributors - [@​deining](https://redirect.github.com/deining) made their first contribution in [https://github.com/fatih/color/pull/235](https://redirect.github.com/fatih/color/pull/235) **Full Changelog**: https://github.com/fatih/color/compare/v1.17.0...v1.18.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjguNyIsInVwZGF0ZWRJblZlciI6IjM4LjEyOC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -9,7 +9,7 @@ require (
|
||||
github.com/Masterminds/semver/v3 v3.3.0
|
||||
github.com/beevik/ntp v1.4.3
|
||||
github.com/budimanjojo/talhelper/v3 v3.0.7
|
||||
github.com/fatih/color v1.17.0
|
||||
github.com/fatih/color v1.18.0
|
||||
github.com/getsops/sops/v3 v3.9.1
|
||||
github.com/go-git/go-git/v5 v5.12.0
|
||||
github.com/go-logr/logr v1.4.2
|
||||
|
||||
@@ -231,6 +231,8 @@ github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f h1:Wl78ApPPB2
|
||||
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f/go.mod h1:OSYXu++VVOHnXeitef/D8n/6y4QV8uLHSFXX4NeXMGc=
|
||||
github.com/fatih/color v1.17.0 h1:GlRw1BRJxkpqUCBKzKOw098ed57fEsKeNjpTe3cSjK4=
|
||||
github.com/fatih/color v1.17.0/go.mod h1:YZ7TlrGPkiz6ku9fK3TLD/pl3CpsiFyu8N92HLgmosI=
|
||||
github.com/fatih/color v1.18.0 h1:S8gINlzdQ840/4pfAwic/ZE0djQEH3wM94VfqLTZcOM=
|
||||
github.com/fatih/color v1.18.0/go.mod h1:4FelSpRwEGDpQ12mAdzqdOukCy4u8WUtOY6lkT/6HfU=
|
||||
github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2Wg=
|
||||
github.com/felixge/httpsnoop v1.0.4/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
|
||||
github.com/foxcpp/go-mockdns v1.1.0 h1:jI0rD8M0wuYAxL7r/ynTrCQQq0BVqfB99Vgk7DlmewI=
|
||||
|
||||
Reference in New Issue
Block a user