From 3e149fe9df8317c281c722a495e536d7b68d850e Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 28 Mar 2025 19:11:09 +0100 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20module=20github.com/go-pl?= =?UTF-8?q?ayground/validator/v10=20v10.25.0=20=E2=86=92=20v10.26.0=20(clu?= =?UTF-8?q?stertool)=20(#33706)?= 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/go-playground/validator/v10](https://redirect.github.com/go-playground/validator) | require | minor | `v10.25.0` -> `v10.26.0` | --- ### Release Notes
go-playground/validator (github.com/go-playground/validator/v10) ### [`v10.26.0`](https://redirect.github.com/go-playground/validator/releases/tag/v10.26.0) [Compare Source](https://redirect.github.com/go-playground/validator/compare/v10.25.0...v10.26.0) #### What's Changed - Use correct pointer in errors.As(). Fix "panic: errors: \*target must be interface or implement error" in examples. by [@​antonsoroko](https://redirect.github.com/antonsoroko) in [https://github.com/go-playground/validator/pull/1378](https://redirect.github.com/go-playground/validator/pull/1378) - Create dependabot by [@​nodivbyzero](https://redirect.github.com/nodivbyzero) in [https://github.com/go-playground/validator/pull/1373](https://redirect.github.com/go-playground/validator/pull/1373) - Bump golangci/golangci-lint-action from 4 to 6 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-playground/validator/pull/1381](https://redirect.github.com/go-playground/validator/pull/1381) - Bump golang.org/x/text from 0.21.0 to 0.22.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-playground/validator/pull/1383](https://redirect.github.com/go-playground/validator/pull/1383) - Bump golang.org/x/crypto from 0.32.0 to 0.33.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/go-playground/validator/pull/1382](https://redirect.github.com/go-playground/validator/pull/1382) - feat(translations): improve Indonesian translations and add tests by [@​fathiraz](https://redirect.github.com/fathiraz) in [https://github.com/go-playground/validator/pull/1376](https://redirect.github.com/go-playground/validator/pull/1376) - Fix time.Duration translation error by [@​nodivbyzero](https://redirect.github.com/nodivbyzero) in [https://github.com/go-playground/validator/pull/1154](https://redirect.github.com/go-playground/validator/pull/1154) - Update Project Status button by [@​nodivbyzero](https://redirect.github.com/nodivbyzero) in [https://github.com/go-playground/validator/pull/1380](https://redirect.github.com/go-playground/validator/pull/1380) - Remove gitter.im link from README.md by [@​nodivbyzero](https://redirect.github.com/nodivbyzero) in [https://github.com/go-playground/validator/pull/1366](https://redirect.github.com/go-playground/validator/pull/1366) - Docs: fix `Base64RawURL` usage by [@​196Ikuchil](https://redirect.github.com/196Ikuchil) in [https://github.com/go-playground/validator/pull/1336](https://redirect.github.com/go-playground/validator/pull/1336) - Fix length check on dns_rfc1035\_label tag by [@​KimNorgaard](https://redirect.github.com/KimNorgaard) in [https://github.com/go-playground/validator/pull/1214](https://redirect.github.com/go-playground/validator/pull/1214) - Add Korean by [@​jkh0kr](https://redirect.github.com/jkh0kr) in [https://github.com/go-playground/validator/pull/1338](https://redirect.github.com/go-playground/validator/pull/1338) - add german translations by [@​max-weis](https://redirect.github.com/max-weis) in [https://github.com/go-playground/validator/pull/1322](https://redirect.github.com/go-playground/validator/pull/1322) - Update workflow to support the last three Go versions by [@​nodivbyzero](https://redirect.github.com/nodivbyzero) in [https://github.com/go-playground/validator/pull/1393](https://redirect.github.com/go-playground/validator/pull/1393) - Fix: Nil pointer dereference in Arabic translations by [@​BlackSud0](https://redirect.github.com/BlackSud0) in [https://github.com/go-playground/validator/pull/1391](https://redirect.github.com/go-playground/validator/pull/1391) - Translate to thai by [@​maetad](https://redirect.github.com/maetad) in [https://github.com/go-playground/validator/pull/1202](https://redirect.github.com/go-playground/validator/pull/1202) - Feat: add EIN validation by [@​henrriusdev](https://redirect.github.com/henrriusdev) in [https://github.com/go-playground/validator/pull/1384](https://redirect.github.com/go-playground/validator/pull/1384) - Fix reference to parameter name in docs by [@​yegvla](https://redirect.github.com/yegvla) in [https://github.com/go-playground/validator/pull/1400](https://redirect.github.com/go-playground/validator/pull/1400) - use mail.ParseAddress to cover missing email validations by [@​eladb2011](https://redirect.github.com/eladb2011) in [https://github.com/go-playground/validator/pull/1395](https://redirect.github.com/go-playground/validator/pull/1395) - Update linter to v2.0.2 by [@​nodivbyzero](https://redirect.github.com/nodivbyzero) in [https://github.com/go-playground/validator/pull/1405](https://redirect.github.com/go-playground/validator/pull/1405) #### New Contributors - [@​antonsoroko](https://redirect.github.com/antonsoroko) made their first contribution in [https://github.com/go-playground/validator/pull/1378](https://redirect.github.com/go-playground/validator/pull/1378) - [@​dependabot](https://redirect.github.com/dependabot) made their first contribution in [https://github.com/go-playground/validator/pull/1381](https://redirect.github.com/go-playground/validator/pull/1381) - [@​fathiraz](https://redirect.github.com/fathiraz) made their first contribution in [https://github.com/go-playground/validator/pull/1376](https://redirect.github.com/go-playground/validator/pull/1376) - [@​196Ikuchil](https://redirect.github.com/196Ikuchil) made their first contribution in [https://github.com/go-playground/validator/pull/1336](https://redirect.github.com/go-playground/validator/pull/1336) - [@​KimNorgaard](https://redirect.github.com/KimNorgaard) made their first contribution in [https://github.com/go-playground/validator/pull/1214](https://redirect.github.com/go-playground/validator/pull/1214) - [@​jkh0kr](https://redirect.github.com/jkh0kr) made their first contribution in [https://github.com/go-playground/validator/pull/1338](https://redirect.github.com/go-playground/validator/pull/1338) - [@​max-weis](https://redirect.github.com/max-weis) made their first contribution in [https://github.com/go-playground/validator/pull/1322](https://redirect.github.com/go-playground/validator/pull/1322) - [@​BlackSud0](https://redirect.github.com/BlackSud0) made their first contribution in [https://github.com/go-playground/validator/pull/1391](https://redirect.github.com/go-playground/validator/pull/1391) - [@​maetad](https://redirect.github.com/maetad) made their first contribution in [https://github.com/go-playground/validator/pull/1202](https://redirect.github.com/go-playground/validator/pull/1202) - [@​henrriusdev](https://redirect.github.com/henrriusdev) made their first contribution in [https://github.com/go-playground/validator/pull/1384](https://redirect.github.com/go-playground/validator/pull/1384) - [@​yegvla](https://redirect.github.com/yegvla) made their first contribution in [https://github.com/go-playground/validator/pull/1400](https://redirect.github.com/go-playground/validator/pull/1400) - [@​eladb2011](https://redirect.github.com/eladb2011) made their first contribution in [https://github.com/go-playground/validator/pull/1395](https://redirect.github.com/go-playground/validator/pull/1395) **Full Changelog**: https://github.com/go-playground/validator/compare/v10.25.0...v10.26.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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clustertool/go.mod b/clustertool/go.mod index 2029e606de2..c3132a438aa 100644 --- a/clustertool/go.mod +++ b/clustertool/go.mod @@ -10,7 +10,7 @@ require ( github.com/getsops/sops/v3 v3.9.4 github.com/go-git/go-git/v5 v5.14.0 github.com/go-logr/zerologr v1.2.3 - github.com/go-playground/validator/v10 v10.25.0 + github.com/go-playground/validator/v10 v10.26.0 github.com/invopop/jsonschema v0.13.0 github.com/joho/godotenv v1.5.1 github.com/knadh/koanf/parsers/yaml v0.1.0