Skip to content

Commit 99cf21c

Browse files
chore(deps): bump github.com/go-playground/validator/v10 from 10.22.1 to 10.23.0 (#210)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) from 10.22.1 to 10.23.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-playground/validator/releases">github.com/go-playground/validator/v10's releases</a>.</em></p> <blockquote> <h2>Release 10.23.0</h2> <h2>What's Changed</h2> <ul> <li>fix: cron validation support for star step value by <a href="https://github.com/cgetzen"><code>@​cgetzen</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1302">go-playground/validator#1302</a></li> <li>doc(oneof): mention 'enum' by <a href="https://github.com/Crocmagnon"><code>@​Crocmagnon</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1326">go-playground/validator#1326</a></li> <li>Add oneofci validator (oneof case insensitive) by <a href="https://github.com/connorcarnes"><code>@​connorcarnes</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1321">go-playground/validator#1321</a></li> <li>feat: add validator for numeric ports by <a href="https://github.com/nodivbyzero"><code>@​nodivbyzero</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1294">go-playground/validator#1294</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/cgetzen"><code>@​cgetzen</code></a> made their first contribution in <a href="https://redirect.github.com/go-playground/validator/pull/1302">go-playground/validator#1302</a></li> <li><a href="https://github.com/Crocmagnon"><code>@​Crocmagnon</code></a> made their first contribution in <a href="https://redirect.github.com/go-playground/validator/pull/1326">go-playground/validator#1326</a></li> <li><a href="https://github.com/connorcarnes"><code>@​connorcarnes</code></a> made their first contribution in <a href="https://redirect.github.com/go-playground/validator/pull/1321">go-playground/validator#1321</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-playground/validator/compare/v10.22.1...v10.23.0">https://github.com/go-playground/validator/compare/v10.22.1...v10.23.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-playground/validator/commit/606fdce7d8a86cd864ff45a0820a53bb8c131b0c"><code>606fdce</code></a> Update README.md</li> <li><a href="https://github.com/go-playground/validator/commit/48992fa7328ac9e8f1f5c5a33bc95638bb55a281"><code>48992fa</code></a> feat: add validator for numeric ports (<a href="https://redirect.github.com/go-playground/validator/issues/1294">#1294</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/d7abf3244e3d4f860c36def311aad53f8e85a45a"><code>d7abf32</code></a> Add oneofci validator (oneof case insensitive) (<a href="https://redirect.github.com/go-playground/validator/issues/1321">#1321</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/078d0c033c4b76549143f199dfdda3944f6c6ae8"><code>078d0c0</code></a> doc(oneof): mention 'enum' (<a href="https://redirect.github.com/go-playground/validator/issues/1326">#1326</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/51697fbc48ced7554b38007d301d8b3d9a2f42fe"><code>51697fb</code></a> fix: cron validation support for star step value (<a href="https://redirect.github.com/go-playground/validator/issues/1302">#1302</a>)</li> <li>See full diff in <a href="https://github.com/go-playground/validator/compare/v10.22.1...v10.23.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-playground/validator/v10&package-manager=go_modules&previous-version=10.22.1&new-version=10.23.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d55712c commit 99cf21c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/cloudbase/garm v0.1.5
88
github.com/cloudbase/garm-provider-common v0.1.4
99
github.com/go-openapi/runtime v0.28.0
10-
github.com/go-playground/validator/v10 v10.22.1
10+
github.com/go-playground/validator/v10 v10.23.0
1111
github.com/golang-jwt/jwt/v4 v4.5.1
1212
github.com/google/uuid v1.6.0
1313
github.com/iancoleman/strcase v0.3.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ github.com/go-playground/locales v0.14.1 h1:EWaQ/wswjilfKLTECiXz7Rh+3BjFhfDFKv/o
6060
github.com/go-playground/locales v0.14.1/go.mod h1:hxrqLVvrK65+Rwrd5Fc6F2O76J/NuW9t0sjnWqG1slY=
6161
github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJnYK9S473LQFuzCbDbfSFY=
6262
github.com/go-playground/universal-translator v0.18.1/go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY=
63-
github.com/go-playground/validator/v10 v10.22.1 h1:40JcKH+bBNGFczGuoBYgX4I6m/i27HYW8P9FDk5PbgA=
64-
github.com/go-playground/validator/v10 v10.22.1/go.mod h1:dbuPbCMFw/DrkbEynArYaCwl3amGuJotoKCe95atGMM=
63+
github.com/go-playground/validator/v10 v10.23.0 h1:/PwmTwZhS0dPkav3cdK9kV1FsAmrL8sThn8IHr/sO+o=
64+
github.com/go-playground/validator/v10 v10.23.0/go.mod h1:dbuPbCMFw/DrkbEynArYaCwl3amGuJotoKCe95atGMM=
6565
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 h1:tfuBGBXKqDEevZMzYi5KSi8KkcZtzBcTgAUUtapy0OI=
6666
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572/go.mod h1:9Pwr4B2jHnOSGXyyzV8ROjYa2ojvAY6HCGYYfMoC3Ls=
6767
github.com/go-viper/mapstructure/v2 v2.2.1 h1:ZAaOCxANMuZx5RCeg0mBdEZk7DZasvvZIxtHqx8aGss=

0 commit comments

Comments
 (0)