From 868c42b84124a7ceae899346670045961105ea49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 04:54:00 +0000 Subject: [PATCH] chore: Update module github.com/go-playground/validator/v10 to v10.20.0 (#110) 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 - "after 10pm every weekday,before 5am every weekday,every weekend" (UTC), 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/nobl9/sloctl). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 5ba4747..66c3bd2 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/nobl9/sloctl go 1.22 require ( - github.com/go-playground/validator/v10 v10.19.0 + github.com/go-playground/validator/v10 v10.20.0 github.com/goccy/go-yaml v1.11.3 github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db github.com/nobl9/nobl9-go v0.81.0 diff --git a/go.sum b/go.sum index 88e28dc..34a6297 100644 --- a/go.sum +++ b/go.sum @@ -23,8 +23,8 @@ github.com/go-playground/locales v0.14.1 h1:EWaQ/wswjilfKLTECiXz7Rh+3BjFhfDFKv/o github.com/go-playground/locales v0.14.1/go.mod h1:hxrqLVvrK65+Rwrd5Fc6F2O76J/NuW9t0sjnWqG1slY= github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJnYK9S473LQFuzCbDbfSFY= 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/goccy/go-yaml v1.11.3 h1:B3W9IdWbvrUu2OYQGwvU1nZtvMQJPBKgBUuweJjLj6I= github.com/goccy/go-yaml v1.11.3/go.mod h1:wKnAMd44+9JAAnGQpWVEgBzGt3YuTaQ4uXoHvE4m7WU= github.com/golang-jwt/jwt/v5 v5.2.1 h1:OuVbFODueb089Lh128TAcimifWaLhJwVflnrgM17wHk=