From 052fec12faff608da706442465e065c2dbd449ef Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 22 Oct 2024 14:18:54 +0200 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20module=20github.com/fatih?= =?UTF-8?q?/color=20v1.17.0=20=E2=86=92=20v1.18.0=20(clustertool)=20(#2815?= =?UTF-8?q?9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
fatih/color (github.com/fatih/color) ### [`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
--- ### 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. --- - [ ] 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). --- clustertool/go.mod | 2 +- clustertool/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/clustertool/go.mod b/clustertool/go.mod index a52f96c7fc6..034cb6f6926 100644 --- a/clustertool/go.mod +++ b/clustertool/go.mod @@ -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 diff --git a/clustertool/go.sum b/clustertool/go.sum index bf3105a2925..cc212baaa41 100644 --- a/clustertool/go.sum +++ b/clustertool/go.sum @@ -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=