Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump github.com/gin-contrib/i18n from 1.0.0 to 1.1.0 (#77)
Bumps [github.com/gin-contrib/i18n](https://github.com/gin-contrib/i18n) from 1.0.0 to 1.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gin-contrib/i18n/releases">github.com/gin-contrib/i18n's releases</a>.</em></p> <blockquote> <h2>v1.1.0</h2> <h2>Changelog</h2> <h3>Enhancements</h3> <ul> <li>165baa2 chore: MustGetMessage both support param which type of i18n.LocalizeConfig (<a href="https://redirect.github.com/gin-contrib/i18n/issues/40">#40</a>)</li> <li>b234b91 chore: refactor code for Go 1.20 and context variable update</li> <li>87dc629 chore: update GitHub Actions configuration</li> <li>7f0bc71 chore: update Go version in go.mod file</li> <li>725810f chore: update dependencies in go.mod file</li> <li>d80337a chore: update goreleaser/goreleaser-action to v5</li> <li>96a917b chore: update workflows to use actions/checkout@v4</li> </ul> <h3>Others</h3> <ul> <li>2022ba3 ci: update Go workflows to use actions/setup-go@v4 and support Go 1.21</li> <li>8662692 refactor: refactor code for context variable and i18n function usage</li> <li>1dffef0 test(i18n): update localize file path</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gin-contrib/i18n/commit/7f0bc71666ed0000fa98f006def5620665a9368a"><code>7f0bc71</code></a> chore: update Go version in go.mod file</li> <li><a href="https://github.com/gin-contrib/i18n/commit/165baa2e24ba024e83f12e027ff29ca48c7a0fea"><code>165baa2</code></a> chore: MustGetMessage both support param which type of i18n.LocalizeConfig (<a href="https://redirect.github.com/gin-contrib/i18n/issues/40">#40</a>)</li> <li><a href="https://github.com/gin-contrib/i18n/commit/87dc62941f3a2690bc58a037b510702c29ad1f8b"><code>87dc629</code></a> chore: update GitHub Actions configuration</li> <li><a href="https://github.com/gin-contrib/i18n/commit/d80337a431c8bc5cf63421ccc74fd586fc5969cc"><code>d80337a</code></a> chore: update goreleaser/goreleaser-action to v5</li> <li><a href="https://github.com/gin-contrib/i18n/commit/96a917bac5052c335c570be3b0a88af123a24841"><code>96a917b</code></a> chore: update workflows to use actions/checkout@v4</li> <li><a href="https://github.com/gin-contrib/i18n/commit/2022ba3d1ad4504ce6bfec372a0bf0dead46cd10"><code>2022ba3</code></a> ci: update Go workflows to use actions/setup-go@v4 and support Go 1.21</li> <li><a href="https://github.com/gin-contrib/i18n/commit/725810fc5c423578e86f2e3480e65d1ff673fb29"><code>725810f</code></a> chore: update dependencies in go.mod file</li> <li><a href="https://github.com/gin-contrib/i18n/commit/878bcca7edb93cdeddcc2921448269c2b5231305"><code>878bcca</code></a> docs: update example</li> <li><a href="https://github.com/gin-contrib/i18n/commit/6aaa9b11a12d3c5da60dbde0467239442f50b011"><code>6aaa9b1</code></a> docs(example): update usage</li> <li><a href="https://github.com/gin-contrib/i18n/commit/20fd911941a9b65cce6bda599925d6b773980f3e"><code>20fd911</code></a> docs(example): update example</li> <li>Additional commits viewable in <a href="https://github.com/gin-contrib/i18n/compare/v1.0.0...v1.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/gin-contrib/i18n&package-manager=go_modules&previous-version=1.0.0&new-version=1.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
- Loading branch information