Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit52ff531

Browse files
chore: bump github.com/go-playground/validator/v10 from 10.26.0 to 10.27.0 (#18772)
Bumps[github.com/go-playground/validator/v10](https://github.com/go-playground/validator)from 10.26.0 to 10.27.0.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/go-playground/validator/releases">github.com/go-playground/validator/v10'sreleases</a>.</em></p><blockquote><h2>Release 10.27.0</h2><h2>What's Changed</h2><ul><li>Fix Release version badge on README page by <ahref="https://github.com/nodivbyzero"><code>@​nodivbyzero</code></a> in<ahref="https://redirect.github.com/go-playground/validator/pull/1406">go-playground/validator#1406</a></li><li>fix russian E.164 error message by <ahref="https://github.com/prigornitskiy"><code>@​prigornitskiy</code></a>in <ahref="https://redirect.github.com/go-playground/validator/pull/1349">go-playground/validator#1349</a></li><li>chore: remove unnecessary statement by <ahref="https://github.com/qshuai"><code>@​qshuai</code></a> in <ahref="https://redirect.github.com/go-playground/validator/pull/1200">go-playground/validator#1200</a></li><li>Re-enable several linters by <ahref="https://github.com/nodivbyzero"><code>@​nodivbyzero</code></a> in<ahref="https://redirect.github.com/go-playground/validator/pull/1412">go-playground/validator#1412</a></li><li>add support to tag validateFn by <ahref="https://github.com/peczenyj"><code>@​peczenyj</code></a> in <ahref="https://redirect.github.com/go-playground/validator/pull/1363">go-playground/validator#1363</a></li><li>Bump golang.org/x/crypto from 0.33.0 to 0.35.0 in/_examples/validate_fn by <ahref="https://github.com/dependabot"><code>@​dependabot</code></a> in <ahref="https://redirect.github.com/go-playground/validator/pull/1418">go-playground/validator#1418</a></li><li>Bump golang.org/x/net from 0.34.0 to 0.38.0 in/_examples/validate_fn by <ahref="https://github.com/dependabot"><code>@​dependabot</code></a> in <ahref="https://redirect.github.com/go-playground/validator/pull/1419">go-playground/validator#1419</a></li><li>Align required_without with the contract stated in the documentationby <a href="https://github.com/jmfrees"><code>@​jmfrees</code></a> in <ahref="https://redirect.github.com/go-playground/validator/pull/1422">go-playground/validator#1422</a></li><li>Add translation example by <ahref="https://github.com/cxlblm"><code>@​cxlblm</code></a> in <ahref="https://redirect.github.com/go-playground/validator/pull/1394">go-playground/validator#1394</a></li><li>doc(errors): mention RegisterTagNameFunc for FieldError.Field by <ahref="https://github.com/khan-ajamal"><code>@​khan-ajamal</code></a> in<ahref="https://redirect.github.com/go-playground/validator/pull/1358">go-playground/validator#1358</a></li><li>Bump golangci/golangci-lint-action from 7 to 8 by <ahref="https://github.com/dependabot"><code>@​dependabot</code></a> in <ahref="https://redirect.github.com/go-playground/validator/pull/1425">go-playground/validator#1425</a></li><li>feat(translation): add en translation for urn_rfc2141 by <ahref="https://github.com/ryanmalesic"><code>@​ryanmalesic</code></a> in<ahref="https://redirect.github.com/go-playground/validator/pull/1431">go-playground/validator#1431</a></li><li>fix: panics when private field is validated by <ahref="https://github.com/ykalchevskiy"><code>@​ykalchevskiy</code></a>in <ahref="https://redirect.github.com/go-playground/validator/pull/1423">go-playground/validator#1423</a></li><li>Fix: support validation for map values with struct types by <ahref="https://github.com/JunaidIslam2105"><code>@​JunaidIslam2105</code></a>in <ahref="https://redirect.github.com/go-playground/validator/pull/1433">go-playground/validator#1433</a></li><li>Omitzero does not work with slice and map bug by <ahref="https://github.com/JunaidIslam2105"><code>@​JunaidIslam2105</code></a>in <ahref="https://redirect.github.com/go-playground/validator/pull/1436">go-playground/validator#1436</a></li><li>Fix: Validator panics when 'nil' is used along with required if forslices and maps by <ahref="https://github.com/JunaidIslam2105"><code>@​JunaidIslam2105</code></a>in <ahref="https://redirect.github.com/go-playground/validator/pull/1442">go-playground/validator#1442</a></li><li>docs: typos by <ahref="https://github.com/eqsdxr"><code>@​eqsdxr</code></a> in <ahref="https://redirect.github.com/go-playground/validator/pull/1440">go-playground/validator#1440</a></li><li>fix: make &quot;file://&quot; fail <code>url</code> validation by <ahref="https://github.com/bfabio"><code>@​bfabio</code></a> in <ahref="https://redirect.github.com/go-playground/validator/pull/1444">go-playground/validator#1444</a></li><li>disable way too aggressive and disagreeable linters by <ahref="https://github.com/deankarn"><code>@​deankarn</code></a> in <ahref="https://redirect.github.com/go-playground/validator/pull/1445">go-playground/validator#1445</a></li><li>use golangci lint file for disables by <ahref="https://github.com/deankarn"><code>@​deankarn</code></a> in <ahref="https://redirect.github.com/go-playground/validator/pull/1447">go-playground/validator#1447</a></li></ul><h2>New Contributors</h2><ul><li><ahref="https://github.com/prigornitskiy"><code>@​prigornitskiy</code></a>made their first contribution in <ahref="https://redirect.github.com/go-playground/validator/pull/1349">go-playground/validator#1349</a></li><li><a href="https://github.com/qshuai"><code>@​qshuai</code></a> madetheir first contribution in <ahref="https://redirect.github.com/go-playground/validator/pull/1200">go-playground/validator#1200</a></li><li><a href="https://github.com/peczenyj"><code>@​peczenyj</code></a>made their first contribution in <ahref="https://redirect.github.com/go-playground/validator/pull/1363">go-playground/validator#1363</a></li><li><a href="https://github.com/jmfrees"><code>@​jmfrees</code></a> madetheir first contribution in <ahref="https://redirect.github.com/go-playground/validator/pull/1422">go-playground/validator#1422</a></li><li><a href="https://github.com/cxlblm"><code>@​cxlblm</code></a> madetheir first contribution in <ahref="https://redirect.github.com/go-playground/validator/pull/1394">go-playground/validator#1394</a></li><li><ahref="https://github.com/khan-ajamal"><code>@​khan-ajamal</code></a>made their first contribution in <ahref="https://redirect.github.com/go-playground/validator/pull/1358">go-playground/validator#1358</a></li><li><ahref="https://github.com/ryanmalesic"><code>@​ryanmalesic</code></a>made their first contribution in <ahref="https://redirect.github.com/go-playground/validator/pull/1431">go-playground/validator#1431</a></li><li><ahref="https://github.com/ykalchevskiy"><code>@​ykalchevskiy</code></a>made their first contribution in <ahref="https://redirect.github.com/go-playground/validator/pull/1423">go-playground/validator#1423</a></li><li><ahref="https://github.com/JunaidIslam2105"><code>@​JunaidIslam2105</code></a>made their first contribution in <ahref="https://redirect.github.com/go-playground/validator/pull/1433">go-playground/validator#1433</a></li><li><a href="https://github.com/eqsdxr"><code>@​eqsdxr</code></a> madetheir first contribution in <ahref="https://redirect.github.com/go-playground/validator/pull/1440">go-playground/validator#1440</a></li><li><a href="https://github.com/bfabio"><code>@​bfabio</code></a> madetheir first contribution in <ahref="https://redirect.github.com/go-playground/validator/pull/1444">go-playground/validator#1444</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/go-playground/validator/compare/v10.26.0...v10.27.0">https://github.com/go-playground/validator/compare/v10.26.0...v10.27.0</a></p></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/go-playground/validator/commit/bc77d03bfbd951ad1299267754e230b0af36a5aa"><code>bc77d03</code></a>use golangci lint file for disables (<ahref="https://redirect.github.com/go-playground/validator/issues/1447">#1447</a>)</li><li><ahref="https://github.com/go-playground/validator/commit/4a1bc2f2628506a2cab2e3fe88d0cb57ccedbb6a"><code>4a1bc2f</code></a>disable way too aggressive and disagreeable linters (<ahref="https://redirect.github.com/go-playground/validator/issues/1445">#1445</a>)</li><li><ahref="https://github.com/go-playground/validator/commit/cf2267f30e617916a42e6217cd5d3c837100b374"><code>cf2267f</code></a>fix: make &quot;file://&quot; fail <code>url</code> validation (<ahref="https://redirect.github.com/go-playground/validator/issues/1444">#1444</a>)</li><li><ahref="https://github.com/go-playground/validator/commit/3fd4678e4a0346d57ac1ebcb81ceb86a87ed59f0"><code>3fd4678</code></a>docs: typos (<ahref="https://redirect.github.com/go-playground/validator/issues/1440">#1440</a>)</li><li><ahref="https://github.com/go-playground/validator/commit/ec374ef02d93322f9d337c47678fbb45ac055323"><code>ec374ef</code></a>Fix: Validator panics when 'nil' is used along with required if forslices an...</li><li><ahref="https://github.com/go-playground/validator/commit/0e3e2f997385102062275f226e825b4a109f4833"><code>0e3e2f9</code></a>Omitzero does not work with slice and map bug (<ahref="https://redirect.github.com/go-playground/validator/issues/1436">#1436</a>)</li><li><ahref="https://github.com/go-playground/validator/commit/dfc7ccd4d817cfd6f065273e37d83f7ae7815cce"><code>dfc7ccd</code></a>Fix: support validation for map values with struct types (<ahref="https://redirect.github.com/go-playground/validator/issues/1433">#1433</a>)</li><li><ahref="https://github.com/go-playground/validator/commit/5b9542b93487972cdfa75ed03ebe4286c3f44c01"><code>5b9542b</code></a>fix: panics when private field is validated (<ahref="https://redirect.github.com/go-playground/validator/issues/1423">#1423</a>)</li><li><ahref="https://github.com/go-playground/validator/commit/f9a5a1fa1e61028e09df895cd92dfd31673e245f"><code>f9a5a1f</code></a>feat(translation): add en translation for urn_rfc2141 (<ahref="https://redirect.github.com/go-playground/validator/issues/1431">#1431</a>)</li><li><ahref="https://github.com/go-playground/validator/commit/20f7df64bdd443294349535a5da244ad0b2af71a"><code>20f7df6</code></a>Bump golangci/golangci-lint-action from 7 to 8 (<ahref="https://redirect.github.com/go-playground/validator/issues/1425">#1425</a>)</li><li>Additional commits viewable in <ahref="https://github.com/go-playground/validator/compare/v10.26.0...v10.27.0">compareview</a></li></ul></details><br />[![Dependabot compatibilityscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-playground/validator/v10&package-manager=go_modules&previous-version=10.26.0&new-version=10.27.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'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR or upgrade to it yourself)</details>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parente3627fd commit52ff531

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎go.mod‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ require (
128128
github.com/go-chi/httpratev0.15.0
129129
github.com/go-jose/go-jose/v4v4.1.0
130130
github.com/go-logr/logrv1.4.3
131-
github.com/go-playground/validator/v10v10.26.0
131+
github.com/go-playground/validator/v10v10.27.0
132132
github.com/gofrs/flockv0.12.0
133133
github.com/gohugoio/hugov0.147.0
134134
github.com/golang-jwt/jwt/v4v4.5.2

‎go.sum‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,8 +1140,8 @@ github.com/go-playground/locales v0.14.1 h1:EWaQ/wswjilfKLTECiXz7Rh+3BjFhfDFKv/o
11401140
github.com/go-playground/localesv0.14.1/go.mod h1:hxrqLVvrK65+Rwrd5Fc6F2O76J/NuW9t0sjnWqG1slY=
11411141
github.com/go-playground/universal-translatorv0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJnYK9S473LQFuzCbDbfSFY=
11421142
github.com/go-playground/universal-translatorv0.18.1/go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY=
1143-
github.com/go-playground/validator/v10v10.26.0 h1:SP05Nqhjcvz81uJaRfEV0YBSSSGMc/iMaVtFbr3Sw2k=
1144-
github.com/go-playground/validator/v10v10.26.0/go.mod h1:I5QpIEbmr8On7W0TktmJAumgzX4CA1XNl4ZmDuVHKKo=
1143+
github.com/go-playground/validator/v10v10.27.0 h1:w8+XrWVMhGkxOaaowyKH35gFydVHOvC0/uWoy2Fzwn4=
1144+
github.com/go-playground/validator/v10v10.27.0/go.mod h1:I5QpIEbmr8On7W0TktmJAumgzX4CA1XNl4ZmDuVHKKo=
11451145
github.com/go-sourcemap/sourcemapv2.1.3+incompatible h1:W1iEw64niKVGogNgBN3ePyLFfuisuzeidWPMPWmECqU=
11461146
github.com/go-sourcemap/sourcemapv2.1.3+incompatible/go.mod h1:F8jJfvm2KbVjc5NqelyYJmf/v5J0dwNLS2mL4sNA1Jg=
11471147
github.com/go-sql-driver/mysqlv1.8.1 h1:LedoTUt/eveggdHS9qUFC1EFSa8bU2+1pZjSRpvNJ1Y=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp