From b1a57dd040cd8718595a5293c89aec766d26acb9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 17:40:14 +0200 Subject: [PATCH] Update module github.com/go-playground/validator/v10 to v10.20.0 (#8) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/go-playground/validator/v10](https://togithub.com/go-playground/validator) | `v10.19.0` -> `v10.20.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgo-playground%2fvalidator%2fv10/v10.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgo-playground%2fvalidator%2fv10/v10.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgo-playground%2fvalidator%2fv10/v10.19.0/v10.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgo-playground%2fvalidator%2fv10/v10.19.0/v10.20.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
go-playground/validator (github.com/go-playground/validator/v10) ### [`v10.20.0`](https://togithub.com/go-playground/validator/releases/tag/v10.20.0): Release 10.20.0 [Compare Source](https://togithub.com/go-playground/validator/compare/v10.19.0...v10.20.0) #### What's Changed - Fix ULID should case-insensitive by [@​akayj](https://togithub.com/akayj) in [https://github.com/go-playground/validator/pull/1258](https://togithub.com/go-playground/validator/pull/1258) - feat: add base32 validator tag by [@​jamesatkin-myndup](https://togithub.com/jamesatkin-myndup) in [https://github.com/go-playground/validator/pull/1253](https://togithub.com/go-playground/validator/pull/1253) - Add EU countries validator by [@​masv3971](https://togithub.com/masv3971) in [https://github.com/go-playground/validator/pull/1252](https://togithub.com/go-playground/validator/pull/1252) #### New Contributors - [@​akayj](https://togithub.com/akayj) made their first contribution in [https://github.com/go-playground/validator/pull/1258](https://togithub.com/go-playground/validator/pull/1258) - [@​jamesatkin-myndup](https://togithub.com/jamesatkin-myndup) made their first contribution in [https://github.com/go-playground/validator/pull/1253](https://togithub.com/go-playground/validator/pull/1253) - [@​masv3971](https://togithub.com/masv3971) made their first contribution in [https://github.com/go-playground/validator/pull/1252](https://togithub.com/go-playground/validator/pull/1252) **Full Changelog**: https://github.com/go-playground/validator/compare/v10.19.0...v10.20.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/denyskon/postalion). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1fba5f3..5e46903 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ module github.com/denyskon/postalion go 1.21 require ( - github.com/go-playground/validator/v10 v10.19.0 + github.com/go-playground/validator/v10 v10.20.0 github.com/gorilla/pat v1.0.2 github.com/sirupsen/logrus v1.9.3 github.com/spf13/viper v1.18.2 diff --git a/go.sum b/go.sum index 0acb833..52cda88 100644 --- a/go.sum +++ b/go.sum @@ -21,6 +21,8 @@ github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJn github.com/go-playground/universal-translator v0.18.1/go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY= github.com/go-playground/validator/v10 v10.19.0 h1:ol+5Fu+cSq9JD7SoSqe04GMI92cbn0+wvQ3bZ8b/AU4= github.com/go-playground/validator/v10 v10.19.0/go.mod h1:dbuPbCMFw/DrkbEynArYaCwl3amGuJotoKCe95atGMM= +github.com/go-playground/validator/v10 v10.20.0 h1:K9ISHbSaI0lyB2eWMPJo+kOS/FBExVwjEviJTixqxL8= +github.com/go-playground/validator/v10 v10.20.0/go.mod h1:dbuPbCMFw/DrkbEynArYaCwl3amGuJotoKCe95atGMM= github.com/go-test/deep v1.1.0 h1:WOcxcdHcvdgThNXjw0t76K42FXTU7HpNQWHpA2HHNlg= github.com/go-test/deep v1.1.0/go.mod h1:5C2ZWiW0ErCdrYzpqxLbTX7MG14M9iiw8DgHncVwcsE= github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=