Skip to content

Commit 56d617c

Browse files
fix(deps): bump github.com/go-playground/validator/v10 from 10.30.2 to 10.30.3 in /apps/cli-go in the go-minor group across 1 directory (#5496)
Bumps the go-minor group with 1 update in the /apps/cli-go directory: [github.com/go-playground/validator/v10](https://github.com/go-playground/validator). Updates `github.com/go-playground/validator/v10` from 10.30.2 to 10.30.3 <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>v10.30.3</h2> <h2>What's Changed</h2> <ul> <li>Fix/issue 1550 UUID case insensitive by <a href="https://github.com/leo-jp-edwards"><code>@​leo-jp-edwards</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1551">go-playground/validator#1551</a></li> <li>Feat: Add NoneOf Validation by <a href="https://github.com/Carmen-Shannon"><code>@​Carmen-Shannon</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1554">go-playground/validator#1554</a></li> <li>Add bcp47_strict_language_tag validator by <a href="https://github.com/bfabio"><code>@​bfabio</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1489">go-playground/validator#1489</a></li> <li>chore(deps): bump golang.org/x/text from 0.35.0 to 0.36.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/go-playground/validator/pull/1558">go-playground/validator#1558</a></li> <li>chore(deps): bump golang.org/x/crypto from 0.49.0 to 0.50.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/go-playground/validator/pull/1559">go-playground/validator#1559</a></li> <li>Add CLAUDE.md with repo guidance for Claude Code by <a href="https://github.com/deankarn"><code>@​deankarn</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1564">go-playground/validator#1564</a></li> <li>Reduce build size with dead code elimination by <a href="https://github.com/zemzale"><code>@​zemzale</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1542">go-playground/validator#1542</a></li> <li>Refactored out detectFileMIMEType, matchesMIMEType logic for reuse. Added standalone isMIMEType validator for flexibility by <a href="https://github.com/dapzthelegend"><code>@​dapzthelegend</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1544">go-playground/validator#1544</a></li> <li>feat(translations): add timezone support for en and ja locales by <a href="https://github.com/dedyf5"><code>@​dedyf5</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1566">go-playground/validator#1566</a></li> <li>docs: use errors.As in README and translations example by <a href="https://github.com/eyupcanakman"><code>@​eyupcanakman</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1563">go-playground/validator#1563</a></li> <li>docs: fix typos by <a href="https://github.com/rymiyamoto"><code>@​rymiyamoto</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1568">go-playground/validator#1568</a></li> <li>feat: add origin validator for web origin URLs by <a href="https://github.com/ahmedkamalio"><code>@​ahmedkamalio</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1565">go-playground/validator#1565</a></li> <li>fix: reject hostnames with trailing hyphen in RFC 952 validator by <a href="https://github.com/ahmedkamalio"><code>@​ahmedkamalio</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1569">go-playground/validator#1569</a></li> <li>fix(lint): correctly disable govet inline analyzer &amp; deprecated gomodguard by <a href="https://github.com/nodivbyzero"><code>@​nodivbyzero</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1574">go-playground/validator#1574</a></li> <li>chore(deps): bump golang.org/x/text from 0.36.0 to 0.37.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/go-playground/validator/pull/1572">go-playground/validator#1572</a></li> <li>chore(deps): bump golang.org/x/crypto from 0.50.0 to 0.51.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/go-playground/validator/pull/1571">go-playground/validator#1571</a></li> <li>fix(cron): anchor regex and accept full cron syntax by <a href="https://github.com/ahmedkamalio"><code>@​ahmedkamalio</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1577">go-playground/validator#1577</a></li> <li>chore(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/go-playground/validator/pull/1580">go-playground/validator#1580</a></li> <li>feat: omit blank tag names from namespace by <a href="https://github.com/abemedia"><code>@​abemedia</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1567">go-playground/validator#1567</a></li> <li>fix(docs): correct ripemd160 tag name in README validation table by <a href="https://github.com/napoleonbot"><code>@​napoleonbot</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1582">go-playground/validator#1582</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/leo-jp-edwards"><code>@​leo-jp-edwards</code></a> made their first contribution in <a href="https://redirect.github.com/go-playground/validator/pull/1551">go-playground/validator#1551</a></li> <li><a href="https://github.com/Carmen-Shannon"><code>@​Carmen-Shannon</code></a> made their first contribution in <a href="https://redirect.github.com/go-playground/validator/pull/1554">go-playground/validator#1554</a></li> <li><a href="https://github.com/dapzthelegend"><code>@​dapzthelegend</code></a> made their first contribution in <a href="https://redirect.github.com/go-playground/validator/pull/1544">go-playground/validator#1544</a></li> <li><a href="https://github.com/dedyf5"><code>@​dedyf5</code></a> made their first contribution in <a href="https://redirect.github.com/go-playground/validator/pull/1566">go-playground/validator#1566</a></li> <li><a href="https://github.com/eyupcanakman"><code>@​eyupcanakman</code></a> made their first contribution in <a href="https://redirect.github.com/go-playground/validator/pull/1563">go-playground/validator#1563</a></li> <li><a href="https://github.com/rymiyamoto"><code>@​rymiyamoto</code></a> made their first contribution in <a href="https://redirect.github.com/go-playground/validator/pull/1568">go-playground/validator#1568</a></li> <li><a href="https://github.com/abemedia"><code>@​abemedia</code></a> made their first contribution in <a href="https://redirect.github.com/go-playground/validator/pull/1567">go-playground/validator#1567</a></li> <li><a href="https://github.com/napoleonbot"><code>@​napoleonbot</code></a> made their first contribution in <a href="https://redirect.github.com/go-playground/validator/pull/1582">go-playground/validator#1582</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-playground/validator/compare/v10.30.2...v10.30.3">https://github.com/go-playground/validator/compare/v10.30.2...v10.30.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-playground/validator/commit/ac4c1bab0d4aa957466faa1948af28130767e43a"><code>ac4c1ba</code></a> fix(docs): correct ripemd160 tag name in README validation table (<a href="https://redirect.github.com/go-playground/validator/issues/1582">#1582</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/feacb34d4fa5bd263392bcd03d5348a94ca28870"><code>feacb34</code></a> feat: omit blank tag names from namespace (<a href="https://redirect.github.com/go-playground/validator/issues/1567">#1567</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/5ed0a7ea9ac87c2409326e1d88f34678658b84e0"><code>5ed0a7e</code></a> chore(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0 (<a href="https://redirect.github.com/go-playground/validator/issues/1580">#1580</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/0364541fa467027703223b3d0cace07a667c8302"><code>0364541</code></a> fix(cron): anchor regex and accept full cron syntax (<a href="https://redirect.github.com/go-playground/validator/issues/1577">#1577</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/8eb2659789a33bda9262ce62eed2d714539dc8c5"><code>8eb2659</code></a> chore(deps): bump golang.org/x/crypto from 0.50.0 to 0.51.0 (<a href="https://redirect.github.com/go-playground/validator/issues/1571">#1571</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/f7e1721521360af7958fe59e9c34ba0813f25bf8"><code>f7e1721</code></a> chore(deps): bump golang.org/x/text from 0.36.0 to 0.37.0 (<a href="https://redirect.github.com/go-playground/validator/issues/1572">#1572</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/cf37fce7a1a5dee2810a085ae39aec5c78e7cd8a"><code>cf37fce</code></a> fix(lint): correctly disable govet inline analyzer &amp; deprecated gomodguard (#...</li> <li><a href="https://github.com/go-playground/validator/commit/7c334e52092ad1224f0a2eed6bc77408374048b7"><code>7c334e5</code></a> fix: reject hostnames with trailing hyphen in RFC 952 validator (<a href="https://redirect.github.com/go-playground/validator/issues/1569">#1569</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/6bcb7bcaf6a99f8d6cf16cc8d062ad8c47950901"><code>6bcb7bc</code></a> feat: add origin validator for web origin URLs (<a href="https://redirect.github.com/go-playground/validator/issues/1565">#1565</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/6fd2fa82069c9aede1882d703c0e7ee2660bc4d9"><code>6fd2fa8</code></a> docs: fix typos (<a href="https://redirect.github.com/go-playground/validator/issues/1568">#1568</a>)</li> <li>Additional commits viewable in <a href="https://github.com/go-playground/validator/compare/v10.30.2...v10.30.3">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7c490a4 commit 56d617c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

apps/cli-go/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/getsentry/sentry-go v0.46.2
2424
github.com/go-errors/errors v1.5.1
2525
github.com/go-git/go-git/v5 v5.19.1
26-
github.com/go-playground/validator/v10 v10.30.2
26+
github.com/go-playground/validator/v10 v10.30.3
2727
github.com/go-viper/mapstructure/v2 v2.5.0
2828
github.com/go-xmlfmt/xmlfmt v1.1.3
2929
github.com/golang-jwt/jwt/v5 v5.3.1
@@ -442,7 +442,7 @@ require (
442442
go.uber.org/zap v1.27.0 // indirect
443443
go.yaml.in/yaml/v2 v2.4.3 // indirect
444444
go.yaml.in/yaml/v3 v3.0.4 // indirect
445-
golang.org/x/crypto v0.51.0 // indirect
445+
golang.org/x/crypto v0.52.0 // indirect
446446
golang.org/x/exp/typeparams v0.0.0-20250210185358-939b2ce775ac // indirect
447447
golang.org/x/sync v0.20.0 // indirect
448448
golang.org/x/sys v0.45.0 // indirect

apps/cli-go/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -417,8 +417,8 @@ github.com/go-playground/locales v0.14.1 h1:EWaQ/wswjilfKLTECiXz7Rh+3BjFhfDFKv/o
417417
github.com/go-playground/locales v0.14.1/go.mod h1:hxrqLVvrK65+Rwrd5Fc6F2O76J/NuW9t0sjnWqG1slY=
418418
github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJnYK9S473LQFuzCbDbfSFY=
419419
github.com/go-playground/universal-translator v0.18.1/go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY=
420-
github.com/go-playground/validator/v10 v10.30.2 h1:JiFIMtSSHb2/XBUbWM4i/MpeQm9ZK2xqPNk8vgvu5JQ=
421-
github.com/go-playground/validator/v10 v10.30.2/go.mod h1:mAf2pIOVXjTEBrwUMGKkCWKKPs9NheYGabeB04txQSc=
420+
github.com/go-playground/validator/v10 v10.30.3 h1:4MU6YkEwx7GbcPJOZxrtbu+QfF3pJLJuaYTeAH0DYy8=
421+
github.com/go-playground/validator/v10 v10.30.3/go.mod h1:4Axh7oCNGcoGkqLoE4YWt6n20mcEIsPRlB7vPk3lpyc=
422422
github.com/go-quicktest/qt v1.101.0 h1:O1K29Txy5P2OK0dGo59b7b0LR6wKfIhttaAhHUyn7eI=
423423
github.com/go-quicktest/qt v1.101.0/go.mod h1:14Bz/f7NwaXPtdYEgzsx46kqSxVwTbzVZsDC26tQJow=
424424
github.com/go-sql-driver/mysql v1.3.0/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w=
@@ -1265,8 +1265,8 @@ golang.org/x/crypto v0.13.0/go.mod h1:y6Z2r+Rw4iayiXXAIxJIDAJ1zMW4yaTpebo8fPOliY
12651265
golang.org/x/crypto v0.14.0/go.mod h1:MVFd36DqK4CsrnJYDkBA3VC4m2GkXAM0PvzMCn4JQf4=
12661266
golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDfU=
12671267
golang.org/x/crypto v0.20.0/go.mod h1:Xwo95rrVNIoSMx9wa1JroENMToLWn3RNVrTBpLHgZPQ=
1268-
golang.org/x/crypto v0.51.0 h1:IBPXwPfKxY7cWQZ38ZCIRPI50YLeevDLlLnyC5wRGTI=
1269-
golang.org/x/crypto v0.51.0/go.mod h1:8AdwkbraGNABw2kOX6YFPs3WM22XqI4EXEd8g+x7Oc8=
1268+
golang.org/x/crypto v0.52.0 h1:RMs7fP2rXdep0CftQlK8Uf+kibLm7qkCcradZWYz988=
1269+
golang.org/x/crypto v0.52.0/go.mod h1:1QgfPxDqh0T2M/elOJtp9RvuR95kVjir0e6/BvEmGbc=
12701270
golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f h1:W3F4c+6OLc6H2lb//N1q4WpJkhzJCK5J6kUi1NTVXfM=
12711271
golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f/go.mod h1:J1xhfL/vlindoeF/aINzNzt2Bket5bjo9sdOYzOsU80=
12721272
golang.org/x/exp/typeparams v0.0.0-20220428152302-39d4317da171/go.mod h1:AbB0pIl9nAr9wVwH+Z2ZpaocVmF5I4GyWCDIsVjR0bk=

0 commit comments

Comments
 (0)