fix(deps): update module github.com/go-playground/validator/v10 v10.23.0 → v10.24.0 (clustertool) (#30901)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/go-playground/validator/v10](https://redirect.github.com/go-playground/validator) | require | minor | `v10.23.0` -> `v10.24.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>go-playground/validator (github.com/go-playground/validator/v10)</summary> ### [`v10.24.0`](https://redirect.github.com/go-playground/validator/releases/tag/v10.24.0): Release 10.24.0 [Compare Source](https://redirect.github.com/go-playground/validator/compare/v10.23.0...v10.24.0) #### What's Changed - MSGV additions by [@​deankarn](https://redirect.github.com/deankarn) in [https://github.com/go-playground/validator/pull/1361](https://redirect.github.com/go-playground/validator/pull/1361) The MSGV(Minimum Supported Go Version) has been bumped to v1.20 to address a security issues in the gaoling `net` package. **Full Changelog**: https://github.com/go-playground/validator/compare/v10.23.0...v10.24.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:eyJjcmVhdGVkSW5WZXIiOiIzOS44Ni4xIiwidXBkYXRlZEluVmVyIjoiMzkuODYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL21pbm9yIl19-->
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ require (
|
||||
github.com/getsops/sops/v3 v3.9.3
|
||||
github.com/go-git/go-git/v5 v5.13.1
|
||||
github.com/go-logr/zerologr v1.2.3
|
||||
github.com/go-playground/validator/v10 v10.23.0
|
||||
github.com/go-playground/validator/v10 v10.24.0
|
||||
github.com/invopop/jsonschema v0.13.0
|
||||
github.com/joho/godotenv v1.5.1
|
||||
github.com/knadh/koanf/parsers/yaml v0.1.0
|
||||
|
||||
Reference in New Issue
Block a user