Skip to content

Commit dd99d40

Browse files
chore: bump github.com/go-playground/validator/v10 from 10.27.0 to 10.28.0 (coder#20176)
Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) from 10.27.0 to 10.28.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.28.0</h2> <h2>What's Changed</h2> <ul> <li>Update workflow.yml to support 2 most recent major versions by <a href="https://github.com/nodivbyzero"><code>@​nodivbyzero</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1417">go-playground/validator#1417</a></li> <li>Bump actions/checkout from 4 to 5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/go-playground/validator/pull/1456">go-playground/validator#1456</a></li> <li>Go 1.25 support by <a href="https://github.com/nodivbyzero"><code>@​nodivbyzero</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1459">go-playground/validator#1459</a></li> <li>Bump github.com/gabriel-vasile/mimetype from 1.4.8 to 1.4.10 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/go-playground/validator/pull/1463">go-playground/validator#1463</a></li> <li>Bump golang.org/x/text from 0.22.0 to 0.29.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/go-playground/validator/pull/1464">go-playground/validator#1464</a></li> <li>Bump actions/setup-go from 5 to 6 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/go-playground/validator/pull/1465">go-playground/validator#1465</a></li> <li>Bump golang.org/x/crypto from 0.33.0 to 0.42.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/go-playground/validator/pull/1467">go-playground/validator#1467</a></li> <li>fix: should panic when define duplicate field param in <code>required_if</code> by <a href="https://github.com/duyquang6"><code>@​duyquang6</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1468">go-playground/validator#1468</a></li> <li>Fixed missing keys from returned errors in map validation by <a href="https://github.com/gelozr"><code>@​gelozr</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1284">go-playground/validator#1284</a></li> <li>Added https_url tag by <a href="https://github.com/ahmedkamalio"><code>@​ahmedkamalio</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1461">go-playground/validator#1461</a></li> <li>docs: add description for 'port' validator by <a href="https://github.com/nodivbyzero"><code>@​nodivbyzero</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1435">go-playground/validator#1435</a></li> <li>Add alphaspace validator by <a href="https://github.com/takaaa220"><code>@​takaaa220</code></a> in <a href="https://redirect.github.com/go-playground/validator/pull/1343">go-playground/validator#1343</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/duyquang6"><code>@​duyquang6</code></a> made their first contribution in <a href="https://redirect.github.com/go-playground/validator/pull/1468">go-playground/validator#1468</a></li> <li><a href="https://github.com/gelozr"><code>@​gelozr</code></a> made their first contribution in <a href="https://redirect.github.com/go-playground/validator/pull/1284">go-playground/validator#1284</a></li> <li><a href="https://github.com/ahmedkamalio"><code>@​ahmedkamalio</code></a> made their first contribution in <a href="https://redirect.github.com/go-playground/validator/pull/1461">go-playground/validator#1461</a></li> <li><a href="https://github.com/takaaa220"><code>@​takaaa220</code></a> made their first contribution in <a href="https://redirect.github.com/go-playground/validator/pull/1343">go-playground/validator#1343</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/go-playground/validator/compare/v10.27.0...v10.28.0">https://github.com/go-playground/validator/compare/v10.27.0...v10.28.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-playground/validator/commit/bdc3a7d31bd8269baa07904324e8fb22fb2f9372"><code>bdc3a7d</code></a> Add alphaspace validator (<a href="https://redirect.github.com/go-playground/validator/issues/1343">#1343</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/63594a0fbee5293ac7bc6c80286c3277cd2ddb45"><code>63594a0</code></a> docs: add description for 'port' validator (<a href="https://redirect.github.com/go-playground/validator/issues/1435">#1435</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/45f3a8e09a4d0b995829fe0613289db4fb69b850"><code>45f3a8e</code></a> Added https_url tag (<a href="https://redirect.github.com/go-playground/validator/issues/1461">#1461</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/7a23bca81c8bc72c578252b524665ea173b489da"><code>7a23bca</code></a> Remove Go version 1.23 from CI workflow</li> <li><a href="https://github.com/go-playground/validator/commit/13130d2e78838bec6b9e4dbce756c183844590e7"><code>13130d2</code></a> Fixed missing keys from returned errors in map validation (<a href="https://redirect.github.com/go-playground/validator/issues/1284">#1284</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/94e89f0942028ebfb17426b8d3c2005a46557621"><code>94e89f0</code></a> fix: should panic when define duplicate field param in <code>required_if</code> (<a href="https://redirect.github.com/go-playground/validator/issues/1468">#1468</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/6905468e4559e0937518de42c92cb6b5c023342d"><code>6905468</code></a> Bump golang.org/x/crypto from 0.33.0 to 0.42.0 (<a href="https://redirect.github.com/go-playground/validator/issues/1467">#1467</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/77ef70e2d1287e50641c096ca1c3d09497e7197c"><code>77ef70e</code></a> Bump actions/setup-go from 5 to 6 (<a href="https://redirect.github.com/go-playground/validator/issues/1465">#1465</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/78d05ae554de682d121e78a6a62d7de01be8e863"><code>78d05ae</code></a> Bump golang.org/x/text from 0.22.0 to 0.29.0 (<a href="https://redirect.github.com/go-playground/validator/issues/1464">#1464</a>)</li> <li><a href="https://github.com/go-playground/validator/commit/34aea1f62ca76abe2999265d25c8dcf8507cb3ed"><code>34aea1f</code></a> Bump github.com/gabriel-vasile/mimetype from 1.4.8 to 1.4.10 (<a href="https://redirect.github.com/go-playground/validator/issues/1463">#1463</a>)</li> <li>Additional commits viewable in <a href="https://github.com/go-playground/validator/compare/v10.27.0...v10.28.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.27.0&new-version=10.28.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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 815e58e commit dd99d40

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ require (
125125
github.com/go-chi/httprate v0.15.0
126126
github.com/go-jose/go-jose/v4 v4.1.1
127127
github.com/go-logr/logr v1.4.3
128-
github.com/go-playground/validator/v10 v10.27.0
128+
github.com/go-playground/validator/v10 v10.28.0
129129
github.com/gofrs/flock v0.12.1
130130
github.com/gohugoio/hugo v0.150.0
131131
github.com/golang-jwt/jwt/v4 v4.5.2
@@ -296,7 +296,7 @@ require (
296296
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
297297
github.com/felixge/httpsnoop v1.0.4 // indirect
298298
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
299-
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
299+
github.com/gabriel-vasile/mimetype v1.4.10 // indirect
300300
github.com/go-chi/hostrouter v0.3.0 // indirect
301301
github.com/go-ini/ini v1.67.0 // indirect
302302
github.com/go-logr/stdr v1.2.2 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,8 +1094,8 @@ github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa h1:RDBNVkRviHZtvD
10941094
github.com/fullsailor/pkcs7 v0.0.0-20190404230743-d7302db945fa/go.mod h1:KnogPXtdwXqoenmZCw6S+25EAm2MkxbG0deNDu4cbSA=
10951095
github.com/fxamacker/cbor/v2 v2.7.0 h1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv5E=
10961096
github.com/fxamacker/cbor/v2 v2.7.0/go.mod h1:pxXPTn3joSm21Gbwsv0w9OSA2y1HFR9qXEeXQVeNoDQ=
1097-
github.com/gabriel-vasile/mimetype v1.4.8 h1:FfZ3gj38NjllZIeJAmMhr+qKL8Wu+nOoI3GqacKw1NM=
1098-
github.com/gabriel-vasile/mimetype v1.4.8/go.mod h1:ByKUIKGjh1ODkGM1asKUbQZOLGrPjydw3hYPU2YU9t8=
1097+
github.com/gabriel-vasile/mimetype v1.4.10 h1:zyueNbySn/z8mJZHLt6IPw0KoZsiQNszIpU+bX4+ZK0=
1098+
github.com/gabriel-vasile/mimetype v1.4.10/go.mod h1:d+9Oxyo1wTzWdyVUPMmXFvp4F9tea18J8ufA774AB3s=
10991099
github.com/gen2brain/beeep v0.11.1 h1:EbSIhrQZFDj1K2fzlMpAYlFOzV8YuNe721A58XcCTYI=
11001100
github.com/gen2brain/beeep v0.11.1/go.mod h1:jQVvuwnLuwOcdctHn/uyh8horSBNJ8uGb9Cn2W4tvoc=
11011101
github.com/getkin/kin-openapi v0.133.0 h1:pJdmNohVIJ97r4AUFtEXRXwESr8b0bD721u/Tz6k8PQ=
@@ -1163,8 +1163,8 @@ github.com/go-playground/locales v0.14.1 h1:EWaQ/wswjilfKLTECiXz7Rh+3BjFhfDFKv/o
11631163
github.com/go-playground/locales v0.14.1/go.mod h1:hxrqLVvrK65+Rwrd5Fc6F2O76J/NuW9t0sjnWqG1slY=
11641164
github.com/go-playground/universal-translator v0.18.1 h1:Bcnm0ZwsGyWbCzImXv+pAJnYK9S473LQFuzCbDbfSFY=
11651165
github.com/go-playground/universal-translator v0.18.1/go.mod h1:xekY+UJKNuX9WP91TpwSH2VMlDf28Uj24BCp08ZFTUY=
1166-
github.com/go-playground/validator/v10 v10.27.0 h1:w8+XrWVMhGkxOaaowyKH35gFydVHOvC0/uWoy2Fzwn4=
1167-
github.com/go-playground/validator/v10 v10.27.0/go.mod h1:I5QpIEbmr8On7W0TktmJAumgzX4CA1XNl4ZmDuVHKKo=
1166+
github.com/go-playground/validator/v10 v10.28.0 h1:Q7ibns33JjyW48gHkuFT91qX48KG0ktULL6FgHdG688=
1167+
github.com/go-playground/validator/v10 v10.28.0/go.mod h1:GoI6I1SjPBh9p7ykNE/yj3fFYbyDOpwMn5KXd+m2hUU=
11681168
github.com/go-sourcemap/sourcemap v2.1.3+incompatible h1:W1iEw64niKVGogNgBN3ePyLFfuisuzeidWPMPWmECqU=
11691169
github.com/go-sourcemap/sourcemap v2.1.3+incompatible/go.mod h1:F8jJfvm2KbVjc5NqelyYJmf/v5J0dwNLS2mL4sNA1Jg=
11701170
github.com/go-sql-driver/mysql v1.8.1/go.mod h1:wEBSXgmK//2ZFJyE+qWnIsVGmvmEKlqwuVSjsCm7DZg=

0 commit comments

Comments
 (0)