From 4ba6f63c2c58092998ae8d63bbb59ec9833cbcfa Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Mon, 17 Feb 2025 07:08:33 +0100 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20module=20github.com/spf13?= =?UTF-8?q?/cobra=20v1.9.0=20=E2=86=92=20v1.9.1=20(clustertool)=20(#32166)?= 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/spf13/cobra](https://redirect.github.com/spf13/cobra) | require | patch | `v1.9.0` -> `v1.9.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
spf13/cobra (github.com/spf13/cobra) ### [`v1.9.1`](https://redirect.github.com/spf13/cobra/releases/tag/v1.9.1) [Compare Source](https://redirect.github.com/spf13/cobra/compare/v1.9.0...v1.9.1) ##### 🐛 Fixes - Fix CompletionFunc implementation by [@​ccoVeille](https://redirect.github.com/ccoVeille) in [https://github.com/spf13/cobra/pull/2234](https://redirect.github.com/spf13/cobra/pull/2234) - Revert "Make detection for test-binary more universal ([#​2173](https://redirect.github.com/spf13/cobra/issues/2173))" by [@​marckhouzam](https://redirect.github.com/marckhouzam) in [https://github.com/spf13/cobra/pull/2235](https://redirect.github.com/spf13/cobra/pull/2235) **Full Changelog**: https://github.com/spf13/cobra/compare/v1.9.0...v1.9.1
--- ### 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clustertool/go.mod b/clustertool/go.mod index bbd834d7871..e5c295c703a 100644 --- a/clustertool/go.mod +++ b/clustertool/go.mod @@ -19,7 +19,7 @@ require ( github.com/leaanthony/debme v1.2.1 github.com/rs/zerolog v1.33.0 github.com/siderolabs/talos/pkg/machinery v1.10.0-alpha.1.0.20250203100439-e2aa7c98cceb - github.com/spf13/cobra v1.9.0 + github.com/spf13/cobra v1.9.1 golang.org/x/crypto v0.33.0 gopkg.in/yaml.v3 v3.0.1 helm.sh/helm/v3 v3.17.1