fix(deps): update module github.com/spf13/cobra v1.9.0 → v1.9.1 (clustertool) (#32166)
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 <details> <summary>spf13/cobra (github.com/spf13/cobra)</summary> ### [`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 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user