fix(deps): update module github.com/go-playground/validator/v10 v10.24.0 → v10.25.0 (clustertool) (#32133)
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.24.0` -> `v10.25.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.25.0`](https://redirect.github.com/go-playground/validator/releases/tag/v10.25.0): Release 10.25.0 [Compare Source](https://redirect.github.com/go-playground/validator/compare/v10.24.0...v10.25.0) #### What's Changed - Fix postcode_iso3166\_alpha2\_field validation by [@​ddevcap](https://redirect.github.com/ddevcap) in [https://github.com/go-playground/validator/pull/1359](https://redirect.github.com/go-playground/validator/pull/1359) - Update README to replace the Travis CI badge with a GitHub Actions badge by [@​nodivbyzero](https://redirect.github.com/nodivbyzero) in [https://github.com/go-playground/validator/pull/1362](https://redirect.github.com/go-playground/validator/pull/1362) - chore: using errors.As instead of type assertion by [@​fatelei](https://redirect.github.com/fatelei) in [https://github.com/go-playground/validator/pull/1346](https://redirect.github.com/go-playground/validator/pull/1346) - Fix/remove issue template md by [@​ganeshdipdumbare](https://redirect.github.com/ganeshdipdumbare) in [https://github.com/go-playground/validator/pull/1375](https://redirect.github.com/go-playground/validator/pull/1375) - feat: Add support for omitting empty and zero values in validation (including nil pointer and empty content of pointer) by [@​zeewell](https://redirect.github.com/zeewell) in [https://github.com/go-playground/validator/pull/1289](https://redirect.github.com/go-playground/validator/pull/1289) #### New Contributors - [@​ddevcap](https://redirect.github.com/ddevcap) made their first contribution in [https://github.com/go-playground/validator/pull/1359](https://redirect.github.com/go-playground/validator/pull/1359) - [@​fatelei](https://redirect.github.com/fatelei) made their first contribution in [https://github.com/go-playground/validator/pull/1346](https://redirect.github.com/go-playground/validator/pull/1346) - [@​zeewell](https://redirect.github.com/zeewell) made their first contribution in [https://github.com/go-playground/validator/pull/1289](https://redirect.github.com/go-playground/validator/pull/1289) **Full Changelog**: https://github.com/go-playground/validator/compare/v10.24.0...v10.25.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ require (
|
||||
github.com/getsops/sops/v3 v3.9.4
|
||||
github.com/go-git/go-git/v5 v5.13.2
|
||||
github.com/go-logr/zerologr v1.2.3
|
||||
github.com/go-playground/validator/v10 v10.24.0
|
||||
github.com/go-playground/validator/v10 v10.25.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