Skip to content

Commit

Permalink
Bump github.com/gin-gonic/gin from 1.9.1 to 1.10.0 (#355)
Browse files Browse the repository at this point in the history
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.9.1 to 1.10.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/gin-gonic/gin/releases">github.com/gin-gonic/gin's releases</a>.</em></p>
<blockquote>
<h2>v1.10.0</h2>
<h2>Changelog</h2>
<h3>Features</h3>
<ul>
<li>5f458dd1a6d631f324e4af9a4f5429ffdf199342: feat(auth): add proxy-server authentication (<a href="https://redirect.github.com/gin-gonic/gin/issues/3877">#3877</a>) (<a href="https://github.com/EndlessParadox1"><code>@​EndlessParadox1</code></a>)</li>
<li>7a865dcf1dbe6ec52e074b1ddce830d278eb72cf: feat(bind): ShouldBindBodyWith shortcut and change doc (<a href="https://redirect.github.com/gin-gonic/gin/issues/3871">#3871</a>) (<a href="https://github.com/RedCrazyGhost"><code>@​RedCrazyGhost</code></a>)</li>
<li>a18219566ca25fc51e6d2886bed849c6c3a0cd12: feat(binding): Support custom BindUnmarshaler for binding. (<a href="https://redirect.github.com/gin-gonic/gin/issues/3933">#3933</a>) (<a href="https://github.com/dkkb"><code>@​dkkb</code></a>)</li>
<li>fd1faaded01aef14a3955ec076f1cbeb9cb87775: feat(binding): support override default binding implement (<a href="https://redirect.github.com/gin-gonic/gin/issues/3514">#3514</a>) (<a href="https://github.com/ssfyn"><code>@​ssfyn</code></a>)</li>
<li>ac5e84d93ce34359bfd2f346cb2971ea754d83e3: feat(engine): Added <code>OptionFunc</code> and <code>With</code> (<a href="https://redirect.github.com/gin-gonic/gin/issues/3572">#3572</a>) (<a href="https://github.com/flc1125"><code>@​flc1125</code></a>)</li>
<li>c6ae2e69666a2b36203b29650ee75d172c725c66: feat(logger): ability to skip logs based on user-defined logic (<a href="https://redirect.github.com/gin-gonic/gin/issues/3593">#3593</a>) (<a href="https://github.com/palvaneh"><code>@​palvaneh</code></a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>d4e413648824333726ef65de5defc457e9dbf095: Revert &quot;fix(uri): query binding bug (<a href="https://redirect.github.com/gin-gonic/gin/issues/3236">#3236</a>)&quot; (<a href="https://redirect.github.com/gin-gonic/gin/issues/3899">#3899</a>) (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li>
<li>3dc1cd6572b4e3a0cd170a15debe546c2c72294f: fix(binding): binding error while not upload file (<a href="https://redirect.github.com/gin-gonic/gin/issues/3819">#3819</a>) (<a href="https://redirect.github.com/gin-gonic/gin/issues/3820">#3820</a>) (<a href="https://github.com/clearcodecn"><code>@​clearcodecn</code></a>)</li>
<li>82bcd6d39bfe9c22032764ff3b0b6f8ef1673e49: fix(binding): dereference pointer to struct (<a href="https://redirect.github.com/gin-gonic/gin/issues/3199">#3199</a>) (<a href="https://github.com/echovl"><code>@​echovl</code></a>)</li>
<li>2b1da2b0b38dfc5d5841266037c0c8b249eca1dd: fix(context): make context Value method adhere to Go standards (<a href="https://redirect.github.com/gin-gonic/gin/issues/3897">#3897</a>) (<a href="https://github.com/FarmerChillax"><code>@​FarmerChillax</code></a>)</li>
<li>f70dd00b00bc0a46cb18b55bfe1f918d5d29b511: fix(engine): fix unit test (<a href="https://redirect.github.com/gin-gonic/gin/issues/3878">#3878</a>) (<a href="https://github.com/flc1125"><code>@​flc1125</code></a>)</li>
<li>86ff4a64c7efe1a1c875529835eeef9e15de1e86: fix(header): Allow header according to RFC 7231 (HTTP 405) (<a href="https://redirect.github.com/gin-gonic/gin/issues/3759">#3759</a>) (<a href="https://github.com/Crocmagnon"><code>@​Crocmagnon</code></a>)</li>
<li>09f8224593e31edf3c58ab3f13bc31ef53473733: fix(route): Add fullPath in context copy (<a href="https://redirect.github.com/gin-gonic/gin/issues/3784">#3784</a>) (<a href="https://github.com/KarthikReddyPuli"><code>@​KarthikReddyPuli</code></a>)</li>
<li>9f598a31aafb92d675f38f1c8371e4ac76f858bf: fix(router): catch-all conflicting wildcard (<a href="https://redirect.github.com/gin-gonic/gin/issues/3812">#3812</a>) (<a href="https://github.com/FirePing32"><code>@​FirePing32</code></a>)</li>
<li>4a40f8f1a49b9086b461d97e167c3b9628d8b923: fix(sec): upgrade golang.org/x/crypto to 0.17.0 (<a href="https://redirect.github.com/gin-gonic/gin/issues/3832">#3832</a>) (<a href="https://github.com/chncaption"><code>@​chncaption</code></a>)</li>
<li>386d244068db3693f938db4ead6d1f5f85942e3f: fix(tree): correctly expand the capacity of params (<a href="https://redirect.github.com/gin-gonic/gin/issues/3502">#3502</a>) (<a href="https://github.com/georgijd-form3"><code>@​georgijd-form3</code></a>)</li>
<li>8790d08909fc4d193c6c787c9c72f3089168f411: fix(uri): query binding bug (<a href="https://redirect.github.com/gin-gonic/gin/issues/3236">#3236</a>) (<a href="https://github.com/illiafox"><code>@​illiafox</code></a>)</li>
<li>44d0dd70924dd154e3b98bc340accc53484efa9c: fix: Add pointer support for url query params (<a href="https://redirect.github.com/gin-gonic/gin/issues/3659">#3659</a>) (<a href="https://redirect.github.com/gin-gonic/gin/issues/3666">#3666</a>) (<a href="https://github.com/omkar-foss"><code>@​omkar-foss</code></a>)</li>
<li>646312aef6a34095476ac846b0920db5fb24b2ea: fix: protect Context.Keys map when call Copy method (<a href="https://redirect.github.com/gin-gonic/gin/issues/3873">#3873</a>) (<a href="https://github.com/kingcanfish"><code>@​kingcanfish</code></a>)</li>
</ul>
<h3>Enhancements</h3>
<ul>
<li>d4a64265f21993368c90602c18e778bf04ef36db: chore(CI): update release args (<a href="https://redirect.github.com/gin-gonic/gin/issues/3595">#3595</a>) (<a href="https://github.com/qloog"><code>@​qloog</code></a>)</li>
<li>bb3519d26f52835cf00e5e430b52651a9c378c97: chore(IP): add TrustedPlatform constant for Fly.io. (<a href="https://redirect.github.com/gin-gonic/gin/issues/3839">#3839</a>) (<a href="https://github.com/ab"><code>@​ab</code></a>)</li>
<li>1b3c0859693fc85290c01ba098b1440d4776549f: chore(debug): add ability to override the debugPrint statement (<a href="https://redirect.github.com/gin-gonic/gin/issues/2337">#2337</a>) (<a href="https://github.com/josegonzalez"><code>@​josegonzalez</code></a>)</li>
<li>a64286a7760be2031209686ce4d36e99d42dd419: chore(deps): update dependencies to latest versions (<a href="https://redirect.github.com/gin-gonic/gin/issues/3835">#3835</a>) (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li>
<li>9c61295efeea99f6c9d1722294f1bf61d8e464d6: chore(header): Add support for RFC 9512: application/yaml (<a href="https://redirect.github.com/gin-gonic/gin/issues/3851">#3851</a>) (<a href="https://github.com/vincentbernat"><code>@​vincentbernat</code></a>)</li>
<li>a481ee2897af1e368de5c919fbeb21b89aa26fc7: chore(http): use white color for HTTP 1XX (<a href="https://redirect.github.com/gin-gonic/gin/issues/3741">#3741</a>) (<a href="https://github.com/viralparmarme"><code>@​viralparmarme</code></a>)</li>
<li>c964ad370bbe007f1b18a7570f058a66f05fbe1f: chore(optimize): the ShouldBindUri method of the Context struct (<a href="https://redirect.github.com/gin-gonic/gin/issues/3911">#3911</a>) (<a href="https://github.com/1911860538"><code>@​1911860538</code></a>)</li>
<li>739d2d9c80e0298dafb5df1c30bae35d63935d6c: chore(perf): Optimize the Copy method of the Context struct (<a href="https://redirect.github.com/gin-gonic/gin/issues/3859">#3859</a>) (<a href="https://github.com/1911860538"><code>@​1911860538</code></a>)</li>
<li>3ea8bd99fbb4e499d70a0c8e1ce2ce4b7c6348b6: chore(refactor): modify interface check way (<a href="https://redirect.github.com/gin-gonic/gin/issues/3855">#3855</a>) (<a href="https://github.com/demoManito"><code>@​demoManito</code></a>)</li>
<li>ab8042e9e5370bbe0e93ea5adc6e74ae4c5df95e: chore(request): check reader if it's nil before reading (<a href="https://redirect.github.com/gin-gonic/gin/issues/3419">#3419</a>) (<a href="https://github.com/noahyao1024"><code>@​noahyao1024</code></a>)</li>
<li>0d9dbbb44551a872d30fd89d4d55ba0515d646fd: chore(security): upgrade Protobuf for CVE-2024-24786 (<a href="https://redirect.github.com/gin-gonic/gin/issues/3893">#3893</a>) (<a href="https://github.com/Fotkurz"><code>@​Fotkurz</code></a>)</li>
<li>ecdbbbe9483dd12222f2085f717a2c7cb5ac55fe: chore: refactor CI and update dependencies (<a href="https://redirect.github.com/gin-gonic/gin/issues/3848">#3848</a>) (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li>
<li>39089af62535b27aa63608f341c0a339aa88f64e: chore: refactor configuration files for better readability (<a href="https://redirect.github.com/gin-gonic/gin/issues/3951">#3951</a>) (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li>
<li>160c1730efd30046239c802d5b9f895a708c3f4c: chore: update GitHub Actions configuration (<a href="https://redirect.github.com/gin-gonic/gin/issues/3792">#3792</a>) (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li>
<li>0397e5e0c0f8f8176c29f7edd8f1bff8e45df780: chore: update changelog categories and improve documentation (<a href="https://redirect.github.com/gin-gonic/gin/issues/3917">#3917</a>) (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li>
<li>62b50cfbc0de877207ff74c160a23dff6394f563: chore: update dependencies to latest versions (<a href="https://redirect.github.com/gin-gonic/gin/issues/3694">#3694</a>) (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li>
<li>638aa19e7d30513f7bc777c62ff8558fd5f90ea5: chore: update external dependencies to latest versions (<a href="https://redirect.github.com/gin-gonic/gin/issues/3950">#3950</a>) (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li>
<li>c6f90df4e0c888c69524307cc35952ec2e7ead41: chore: update various Go dependencies to latest versions (<a href="https://redirect.github.com/gin-gonic/gin/issues/3901">#3901</a>) (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li>
</ul>
<h3>Build process updates</h3>
<ul>
<li>78f4687875d72d10392f8a77008cbefdec4c0aa0: build(codecov): Added a codecov configuration (<a href="https://redirect.github.com/gin-gonic/gin/issues/3891">#3891</a>) (<a href="https://github.com/flc1125"><code>@​flc1125</code></a>)</li>
<li>56dc72c4d5b1076fc9c6b81f57299739c11910b8: ci(Makefile): vet command add .PHONY (<a href="https://redirect.github.com/gin-gonic/gin/issues/3915">#3915</a>) (<a href="https://github.com/imalasong"><code>@​imalasong</code></a>)</li>
<li>8ab47c694ea93fdb442b617961ce9b3171151749: ci(lint): update tooling and workflows for consistency (<a href="https://redirect.github.com/gin-gonic/gin/issues/3834">#3834</a>) (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li>
<li>8acbe657f1c140e3fba38f869978cab2376500c9: ci(release): refactor changelog regex patterns and exclusions (<a href="https://redirect.github.com/gin-gonic/gin/issues/3914">#3914</a>) (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li>
<li>000fdb3ac95c7c318440afbd98eaf60f7430a1db: ci(testing): add go1.22 version (<a href="https://redirect.github.com/gin-gonic/gin/issues/3842">#3842</a>) (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li>
</ul>
<h3>Documentation updates</h3>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md">github.com/gin-gonic/gin's changelog</a>.</em></p>
<blockquote>
<h2>Gin v1.10.0</h2>
<h3>Features</h3>
<ul>
<li>feat(auth): add proxy-server authentication (<a href="https://redirect.github.com/gin-gonic/gin/issues/3877">#3877</a>) (<a href="https://github.com/EndlessParadox1"><code>@​EndlessParadox1</code></a>)</li>
<li>feat(bind): ShouldBindBodyWith shortcut and change doc (<a href="https://redirect.github.com/gin-gonic/gin/issues/3871">#3871</a>) (<a href="https://github.com/RedCrazyGhost"><code>@​RedCrazyGhost</code></a>)</li>
<li>feat(binding): Support custom BindUnmarshaler for binding. (<a href="https://redirect.github.com/gin-gonic/gin/issues/3933">#3933</a>) (<a href="https://github.com/dkkb"><code>@​dkkb</code></a>)</li>
<li>feat(binding): support override default binding implement (<a href="https://redirect.github.com/gin-gonic/gin/issues/3514">#3514</a>) (<a href="https://github.com/ssfyn"><code>@​ssfyn</code></a>)</li>
<li>feat(engine): Added <code>OptionFunc</code> and <code>With</code> (<a href="https://redirect.github.com/gin-gonic/gin/issues/3572">#3572</a>) (<a href="https://github.com/flc1125"><code>@​flc1125</code></a>)</li>
<li>feat(logger): ability to skip logs based on user-defined logic (<a href="https://redirect.github.com/gin-gonic/gin/issues/3593">#3593</a>) (<a href="https://github.com/palvaneh"><code>@​palvaneh</code></a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Revert &quot;fix(uri): query binding bug (<a href="https://redirect.github.com/gin-gonic/gin/issues/3236">#3236</a>)&quot; (<a href="https://redirect.github.com/gin-gonic/gin/issues/3899">#3899</a>) (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li>
<li>fix(binding): binding error while not upload file (<a href="https://redirect.github.com/gin-gonic/gin/issues/3819">#3819</a>) (<a href="https://redirect.github.com/gin-gonic/gin/issues/3820">#3820</a>) (<a href="https://github.com/clearcodecn"><code>@​clearcodecn</code></a>)</li>
<li>fix(binding): dereference pointer to struct (<a href="https://redirect.github.com/gin-gonic/gin/issues/3199">#3199</a>) (<a href="https://github.com/echovl"><code>@​echovl</code></a>)</li>
<li>fix(context): make context Value method adhere to Go standards (<a href="https://redirect.github.com/gin-gonic/gin/issues/3897">#3897</a>) (<a href="https://github.com/FarmerChillax"><code>@​FarmerChillax</code></a>)</li>
<li>fix(engine): fix unit test (<a href="https://redirect.github.com/gin-gonic/gin/issues/3878">#3878</a>) (<a href="https://github.com/flc1125"><code>@​flc1125</code></a>)</li>
<li>fix(header): Allow header according to RFC 7231 (HTTP 405) (<a href="https://redirect.github.com/gin-gonic/gin/issues/3759">#3759</a>) (<a href="https://github.com/Crocmagnon"><code>@​Crocmagnon</code></a>)</li>
<li>fix(route): Add fullPath in context copy (<a href="https://redirect.github.com/gin-gonic/gin/issues/3784">#3784</a>) (<a href="https://github.com/KarthikReddyPuli"><code>@​KarthikReddyPuli</code></a>)</li>
<li>fix(router): catch-all conflicting wildcard (<a href="https://redirect.github.com/gin-gonic/gin/issues/3812">#3812</a>) (<a href="https://github.com/FirePing32"><code>@​FirePing32</code></a>)</li>
<li>fix(sec): upgrade golang.org/x/crypto to 0.17.0 (<a href="https://redirect.github.com/gin-gonic/gin/issues/3832">#3832</a>) (<a href="https://github.com/chncaption"><code>@​chncaption</code></a>)</li>
<li>fix(tree): correctly expand the capacity of params (<a href="https://redirect.github.com/gin-gonic/gin/issues/3502">#3502</a>) (<a href="https://github.com/georgijd-form3"><code>@​georgijd-form3</code></a>)</li>
<li>fix(uri): query binding bug (<a href="https://redirect.github.com/gin-gonic/gin/issues/3236">#3236</a>) (<a href="https://github.com/illiafox"><code>@​illiafox</code></a>)</li>
<li>fix: Add pointer support for url query params (<a href="https://redirect.github.com/gin-gonic/gin/issues/3659">#3659</a>) (<a href="https://redirect.github.com/gin-gonic/gin/issues/3666">#3666</a>) (<a href="https://github.com/omkar-foss"><code>@​omkar-foss</code></a>)</li>
<li>fix: protect Context.Keys map when call Copy method (<a href="https://redirect.github.com/gin-gonic/gin/issues/3873">#3873</a>) (<a href="https://github.com/kingcanfish"><code>@​kingcanfish</code></a>)</li>
</ul>
<h3>Enhancements</h3>
<ul>
<li>chore(CI): update release args (<a href="https://redirect.github.com/gin-gonic/gin/issues/3595">#3595</a>) (<a href="https://github.com/qloog"><code>@​qloog</code></a>)</li>
<li>chore(IP): add TrustedPlatform constant for Fly.io. (<a href="https://redirect.github.com/gin-gonic/gin/issues/3839">#3839</a>) (<a href="https://github.com/ab"><code>@​ab</code></a>)</li>
<li>chore(debug): add ability to override the debugPrint statement (<a href="https://redirect.github.com/gin-gonic/gin/issues/2337">#2337</a>) (<a href="https://github.com/josegonzalez"><code>@​josegonzalez</code></a>)</li>
<li>chore(deps): update dependencies to latest versions (<a href="https://redirect.github.com/gin-gonic/gin/issues/3835">#3835</a>) (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li>
<li>chore(header): Add support for RFC 9512: application/yaml (<a href="https://redirect.github.com/gin-gonic/gin/issues/3851">#3851</a>) (<a href="https://github.com/vincentbernat"><code>@​vincentbernat</code></a>)</li>
<li>chore(http): use white color for HTTP 1XX (<a href="https://redirect.github.com/gin-gonic/gin/issues/3741">#3741</a>) (<a href="https://github.com/viralparmarme"><code>@​viralparmarme</code></a>)</li>
<li>chore(optimize): the ShouldBindUri method of the Context struct (<a href="https://redirect.github.com/gin-gonic/gin/issues/3911">#3911</a>) (<a href="https://github.com/1911860538"><code>@​1911860538</code></a>)</li>
<li>chore(perf): Optimize the Copy method of the Context struct (<a href="https://redirect.github.com/gin-gonic/gin/issues/3859">#3859</a>) (<a href="https://github.com/1911860538"><code>@​1911860538</code></a>)</li>
<li>chore(refactor): modify interface check way (<a href="https://redirect.github.com/gin-gonic/gin/issues/3855">#3855</a>) (<a href="https://github.com/demoManito"><code>@​demoManito</code></a>)</li>
<li>chore(request): check reader if it's nil before reading (<a href="https://redirect.github.com/gin-gonic/gin/issues/3419">#3419</a>) (<a href="https://github.com/noahyao1024"><code>@​noahyao1024</code></a>)</li>
<li>chore(security): upgrade Protobuf for CVE-2024-24786 (<a href="https://redirect.github.com/gin-gonic/gin/issues/3893">#3893</a>) (<a href="https://github.com/Fotkurz"><code>@​Fotkurz</code></a>)</li>
<li>chore: refactor CI and update dependencies (<a href="https://redirect.github.com/gin-gonic/gin/issues/3848">#3848</a>) (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li>
<li>chore: refactor configuration files for better readability (<a href="https://redirect.github.com/gin-gonic/gin/issues/3951">#3951</a>) (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li>
<li>chore: update GitHub Actions configuration (<a href="https://redirect.github.com/gin-gonic/gin/issues/3792">#3792</a>) (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li>
<li>chore: update changelog categories and improve documentation (<a href="https://redirect.github.com/gin-gonic/gin/issues/3917">#3917</a>) (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li>
<li>chore: update dependencies to latest versions (<a href="https://redirect.github.com/gin-gonic/gin/issues/3694">#3694</a>) (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li>
<li>chore: update external dependencies to latest versions (<a href="https://redirect.github.com/gin-gonic/gin/issues/3950">#3950</a>) (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li>
<li>chore: update various Go dependencies to latest versions (<a href="https://redirect.github.com/gin-gonic/gin/issues/3901">#3901</a>) (<a href="https://github.com/appleboy"><code>@​appleboy</code></a>)</li>
</ul>
<h3>Build process updates</h3>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/gin-gonic/gin/commit/75ccf94d605a05fe24817fc2f166f6f2959d5cea"><code>75ccf94</code></a> feat: update version constant to v1.10.0 (<a href="https://redirect.github.com/gin-gonic/gin/issues/3952">#3952</a>)</li>
<li><a href="https://github.com/gin-gonic/gin/commit/39089af62535b27aa63608f341c0a339aa88f64e"><code>39089af</code></a> chore: refactor configuration files for better readability (<a href="https://redirect.github.com/gin-gonic/gin/issues/3951">#3951</a>)</li>
<li><a href="https://github.com/gin-gonic/gin/commit/638aa19e7d30513f7bc777c62ff8558fd5f90ea5"><code>638aa19</code></a> chore: update external dependencies to latest versions (<a href="https://redirect.github.com/gin-gonic/gin/issues/3950">#3950</a>)</li>
<li><a href="https://github.com/gin-gonic/gin/commit/a18219566ca25fc51e6d2886bed849c6c3a0cd12"><code>a182195</code></a> feat(binding): Support custom BindUnmarshaler for binding. (<a href="https://redirect.github.com/gin-gonic/gin/issues/3933">#3933</a>)</li>
<li><a href="https://github.com/gin-gonic/gin/commit/b4f66e965ba9d60257e0de4c25d4ad4bd6115927"><code>b4f66e9</code></a> chore(deps): bump github.com/bytedance/sonic from 1.11.3 to 1.11.6 (<a href="https://redirect.github.com/gin-gonic/gin/issues/3940">#3940</a>)</li>
<li><a href="https://github.com/gin-gonic/gin/commit/f80ade7a4b85b116d294c7610a89819905fa44d9"><code>f80ade7</code></a> chore(deps): bump golangci/golangci-lint-action from 4 to 5 (<a href="https://redirect.github.com/gin-gonic/gin/issues/3941">#3941</a>)</li>
<li><a href="https://github.com/gin-gonic/gin/commit/0397e5e0c0f8f8176c29f7edd8f1bff8e45df780"><code>0397e5e</code></a> chore: update changelog categories and improve documentation (<a href="https://redirect.github.com/gin-gonic/gin/issues/3917">#3917</a>)</li>
<li><a href="https://github.com/gin-gonic/gin/commit/c6f90df4e0c888c69524307cc35952ec2e7ead41"><code>c6f90df</code></a> chore: update various Go dependencies to latest versions (<a href="https://redirect.github.com/gin-gonic/gin/issues/3901">#3901</a>)</li>
<li><a href="https://github.com/gin-gonic/gin/commit/8acbe657f1c140e3fba38f869978cab2376500c9"><code>8acbe65</code></a> ci(release): refactor changelog regex patterns and exclusions (<a href="https://redirect.github.com/gin-gonic/gin/issues/3914">#3914</a>)</li>
<li><a href="https://github.com/gin-gonic/gin/commit/56dc72c4d5b1076fc9c6b81f57299739c11910b8"><code>56dc72c</code></a> ci(Makefile): vet command add .PHONY (<a href="https://redirect.github.com/gin-gonic/gin/issues/3915">#3915</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/gin-gonic/gin/compare/v1.9.1...v1.10.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/gin-gonic/gin&package-manager=go_modules&previous-version=1.9.1&new-version=1.10.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>
  • Loading branch information
mergify[bot] committed May 10, 2024
2 parents 3dc793c + b4f6d71 commit 122077a
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 54 deletions.
36 changes: 19 additions & 17 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.22.2

require (
github.com/equinix-labs/otel-init-go v0.0.9
github.com/gin-gonic/gin v1.9.1
github.com/gin-gonic/gin v1.10.0
github.com/go-logr/logr v1.4.1
github.com/go-logr/zerologr v1.2.3
github.com/golang/mock v1.6.0
Expand All @@ -27,23 +27,25 @@ require (

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/bytedance/sonic v1.9.2 // indirect
github.com/bytedance/sonic v1.11.6 // indirect
github.com/bytedance/sonic/loader v0.1.1 // indirect
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
github.com/cloudwego/base64x v0.1.4 // indirect
github.com/cloudwego/iasm v0.2.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
github.com/evanphx/json-patch/v5 v5.8.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-openapi/jsonpointer v0.19.6 // indirect
github.com/go-openapi/jsonreference v0.20.2 // indirect
github.com/go-openapi/swag v0.22.3 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.14.1 // indirect
github.com/go-playground/validator/v10 v10.20.0 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
Expand All @@ -57,17 +59,17 @@ require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
github.com/leodido/go-urn v1.2.4 // indirect
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
github.com/leodido/go-urn v1.4.0 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
github.com/prometheus/client_model v0.5.0 // indirect
github.com/prometheus/common v0.48.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
Expand All @@ -78,7 +80,7 @@ require (
github.com/spf13/cast v1.6.0 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/ugorji/go/codec v1.2.11 // indirect
github.com/ugorji/go/codec v1.2.12 // indirect
go.opentelemetry.io/otel v1.22.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 // indirect
Expand All @@ -87,20 +89,20 @@ require (
go.opentelemetry.io/otel/trace v1.22.0 // indirect
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/arch v0.4.0 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/arch v0.8.0 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/oauth2 v0.16.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/term v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/term v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
golang.org/x/time v0.5.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
google.golang.org/grpc v1.60.1 // indirect
google.golang.org/protobuf v1.33.0 // indirect
google.golang.org/protobuf v1.34.1 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand Down

0 comments on commit 122077a

Please sign in to comment.