Skip to content

Commit 55ba007

Browse files
chore(deps): Bump github.com/gorilla/schema from 1.3.0 to 1.4.0 (#111)
Bumps [github.com/gorilla/schema](https://github.com/gorilla/schema) from 1.3.0 to 1.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gorilla/schema/releases">github.com/gorilla/schema's releases</a>.</em></p> <blockquote> <h2>v1.4.0</h2> <h2>What's Changed</h2> <ul> <li>feat: if a different type in slice, raise error by <a href="https://github.com/lll-lll-lll-lll"><code>@​lll-lll-lll-lll</code></a> in <a href="https://redirect.github.com/gorilla/schema/pull/212">gorilla/schema#212</a></li> <li>fixed panic: reflect: indirection through nil pointer to embedded struct by <a href="https://github.com/morus12"><code>@​morus12</code></a> in <a href="https://redirect.github.com/gorilla/schema/pull/211">gorilla/schema#211</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/lll-lll-lll-lll"><code>@​lll-lll-lll-lll</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/schema/pull/212">gorilla/schema#212</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gorilla/schema/compare/v1.3.0...v1.3.1">https://github.com/gorilla/schema/compare/v1.3.0...v1.3.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gorilla/schema/commit/180f71e625073e210314dc8ca83dfbbbd0096dfe"><code>180f71e</code></a> fix: indirection through nil pointer to embedded struct (<a href="https://redirect.github.com/gorilla/schema/issues/211">#211</a>)</li> <li><a href="https://github.com/gorilla/schema/commit/a377fd6ca77773650ff9d8e6ac1e3fe7eb660bf3"><code>a377fd6</code></a> fix: fix assertion test</li> <li><a href="https://github.com/gorilla/schema/commit/be699f4f1e911a0cf6b80f3844e710c417ad031b"><code>be699f4</code></a> fix delete pointer slice test</li> <li><a href="https://github.com/gorilla/schema/commit/50924ff92dda478a664c6c208ea220301a0c1d68"><code>50924ff</code></a> fix:test: fix comment</li> <li><a href="https://github.com/gorilla/schema/commit/c44c90d0d4b9829de378e4686b44cc62e2cf6711"><code>c44c90d</code></a> fix:test: add assertion</li> <li><a href="https://github.com/gorilla/schema/commit/7d1c58e94f09ec1ce2658477a78cc77aa2dd4e2e"><code>7d1c58e</code></a> fix: decode error message</li> <li><a href="https://github.com/gorilla/schema/commit/4548527ece86d14ce95d409cb90c50fd886b6e9d"><code>4548527</code></a> fix: test data</li> <li><a href="https://github.com/gorilla/schema/commit/993e5b1271c466f5b1cb49aa2c5fd59d4825efe8"><code>993e5b1</code></a> fix: add test</li> <li><a href="https://github.com/gorilla/schema/commit/74876512deb8d80b428ac567e41919a5c471fabf"><code>7487651</code></a> fix: if default element type of value are setted in slice , raise error</li> <li>See full diff in <a href="https://github.com/gorilla/schema/compare/v1.3.0...v1.4.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/gorilla/schema&package-manager=go_modules&previous-version=1.3.0&new-version=1.4.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 270304e commit 55ba007

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
@@ -4,7 +4,7 @@ go 1.20
44

55
require (
66
github.com/golang-jwt/jwt/v4 v4.5.0
7-
github.com/gorilla/schema v1.3.0
7+
github.com/gorilla/schema v1.4.0
88
github.com/knadh/koanf/v2 v2.1.1
99
github.com/stretchr/testify v1.9.0
1010
golang.org/x/crypto v0.24.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ github.com/golang-jwt/jwt/v4 v4.5.0/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w
99
github.com/google/gofuzz v1.2.0 h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=
1010
github.com/gorilla/csrf v1.7.2 h1:oTUjx0vyf2T+wkrx09Trsev1TE+/EbDAeHtSTbtC2eI=
1111
github.com/gorilla/csrf v1.7.2/go.mod h1:F1Fj3KG23WYHE6gozCmBAezKookxbIvUJT+121wTuLk=
12-
github.com/gorilla/schema v1.3.0 h1:rbciOzXAx3IB8stEFnfTwO3sYa6EWlQk79XdyustPDA=
13-
github.com/gorilla/schema v1.3.0/go.mod h1:Dg5SSm5PV60mhF2NFaTV1xuYYj8tV8NOPRo4FggUMnM=
12+
github.com/gorilla/schema v1.4.0 h1:l2N+lRTJtev9SUhBtj6NmSxd/6+8LhvN0kV+H2Y8R9k=
13+
github.com/gorilla/schema v1.4.0/go.mod h1:Dg5SSm5PV60mhF2NFaTV1xuYYj8tV8NOPRo4FggUMnM=
1414
github.com/gorilla/securecookie v1.1.2 h1:YCIWL56dvtr73r6715mJs5ZvhtnY73hBvEF8kXD8ePA=
1515
github.com/gorilla/securecookie v1.1.2/go.mod h1:NfCASbcHqRSY+3a8tlWJwsQap2VX5pwzwo4h3eOamfo=
1616
github.com/knadh/koanf/maps v0.1.1 h1:G5TjmUh2D7G2YWf5SQQqSiHRJEjaicvU0KpypqB3NIs=

0 commit comments

Comments
 (0)