Skip to content

Commit 1a28a79

Browse files
build(deps): Bump github.com/gorilla/websocket from 1.5.0 to 1.5.1 (#1318)
Bumps [github.com/gorilla/websocket](https://github.com/gorilla/websocket) from 1.5.0 to 1.5.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gorilla/websocket/releases">github.com/gorilla/websocket's releases</a>.</em></p> <blockquote> <h2>Release v1.5.1</h2> <h2>What's Changed</h2> <ul> <li>Add check for Sec-WebSocket-Key header by <a href="https://github.com/hirasawayuki"><code>@​hirasawayuki</code></a> in <a href="https://redirect.github.com/gorilla/websocket/pull/752">gorilla/websocket#752</a></li> <li>Changed the method name UnderlyingConn to NetConn by <a href="https://github.com/JWSong"><code>@​JWSong</code></a> in <a href="https://redirect.github.com/gorilla/websocket/pull/773">gorilla/websocket#773</a></li> <li>remove all versions &lt; 1.16 and add 1.18 by <a href="https://github.com/ChannyClaus"><code>@​ChannyClaus</code></a> in <a href="https://redirect.github.com/gorilla/websocket/pull/793">gorilla/websocket#793</a></li> <li>Check for and report bad protocol in TLSClientConfig.NextProtos by <a href="https://github.com/ChannyClaus"><code>@​ChannyClaus</code></a> in <a href="https://redirect.github.com/gorilla/websocket/pull/788">gorilla/websocket#788</a></li> <li>check err before GotConn for trace by <a href="https://github.com/junnplus"><code>@​junnplus</code></a> in <a href="https://redirect.github.com/gorilla/websocket/pull/798">gorilla/websocket#798</a></li> <li>Update README.md by <a href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/websocket/pull/839">gorilla/websocket#839</a></li> <li>Correct way to save memory using write buffer pool and freeing net.http default buffers by <a href="https://github.com/FMLS"><code>@​FMLS</code></a> in <a href="https://redirect.github.com/gorilla/websocket/pull/761">gorilla/websocket#761</a></li> <li>Update go version &amp; add verification/testing tools by <a href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/websocket/pull/840">gorilla/websocket#840</a></li> <li>update golang.org/x/net by <a href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/websocket/pull/856">gorilla/websocket#856</a></li> <li>update GitHub workflows by <a href="https://github.com/coreydaley"><code>@​coreydaley</code></a> in <a href="https://redirect.github.com/gorilla/websocket/pull/857">gorilla/websocket#857</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/hirasawayuki"><code>@​hirasawayuki</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/websocket/pull/752">gorilla/websocket#752</a></li> <li><a href="https://github.com/JWSong"><code>@​JWSong</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/websocket/pull/773">gorilla/websocket#773</a></li> <li><a href="https://github.com/ChannyClaus"><code>@​ChannyClaus</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/websocket/pull/793">gorilla/websocket#793</a></li> <li><a href="https://github.com/junnplus"><code>@​junnplus</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/websocket/pull/798">gorilla/websocket#798</a></li> <li><a href="https://github.com/coreydaley"><code>@​coreydaley</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/websocket/pull/839">gorilla/websocket#839</a></li> <li><a href="https://github.com/FMLS"><code>@​FMLS</code></a> made their first contribution in <a href="https://redirect.github.com/gorilla/websocket/pull/761">gorilla/websocket#761</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gorilla/websocket/compare/v1.5.0...v1.5.1">https://github.com/gorilla/websocket/compare/v1.5.0...v1.5.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gorilla/websocket/commit/ac0789be11725ab2285233e9a3800c2312cff4fc"><code>ac0789b</code></a> update GitHub workflows (<a href="https://redirect.github.com/gorilla/websocket/issues/857">#857</a>)</li> <li><a href="https://github.com/gorilla/websocket/commit/78c34874c838cb49db6001f37520856afac0bf24"><code>78c3487</code></a> update golang.org/x/net (<a href="https://redirect.github.com/gorilla/websocket/issues/856">#856</a>)</li> <li><a href="https://github.com/gorilla/websocket/commit/666c197fc9157896b57515c3a3326c3f8c8319fe"><code>666c197</code></a> Update go version &amp; add verification/testing tools (<a href="https://redirect.github.com/gorilla/websocket/issues/840">#840</a>)</li> <li><a href="https://github.com/gorilla/websocket/commit/80393295c1185e50d0b784d4bc5ffaa918d187b9"><code>8039329</code></a> Correct way to save memory using write buffer pool and freeing net.http defau...</li> <li><a href="https://github.com/gorilla/websocket/commit/8983b963247d87e6caf0e3b72db2539590f1b2c6"><code>8983b96</code></a> Merge pull request <a href="https://redirect.github.com/gorilla/websocket/issues/839">#839</a> from gorilla/coreydaley-patch-1</li> <li><a href="https://github.com/gorilla/websocket/commit/931041c5ee6de24fe9cba1aa16f1a0b910284d6d"><code>931041c</code></a> Update README.md</li> <li><a href="https://github.com/gorilla/websocket/commit/76ecc29eff79f0cedf70c530605e486fc32131d1"><code>76ecc29</code></a> archive mode</li> <li><a href="https://github.com/gorilla/websocket/commit/af47554f343b4675b30172ac301638d350db34a5"><code>af47554</code></a> check error before GotConn for trace</li> <li><a href="https://github.com/gorilla/websocket/commit/bc7ce893c36595e095de550a211feb5993e6ef92"><code>bc7ce89</code></a> Check for and report bad protocol in TLSClientConfig.NextProtos (<a href="https://redirect.github.com/gorilla/websocket/issues/788">#788</a>)</li> <li><a href="https://github.com/gorilla/websocket/commit/27d91a9be56520b2ebae7ea508b8afdf1d191f41"><code>27d91a9</code></a> drop the versions of go that are no longer supported + add 1.18 to ci</li> <li>Additional commits viewable in <a href="https://github.com/gorilla/websocket/compare/v1.5.0...v1.5.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/gorilla/websocket&package-manager=go_modules&previous-version=1.5.0&new-version=1.5.1)](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 49f7148 commit 1a28a79

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/gogo/protobuf v1.3.3
1515
github.com/gorilla/mux v1.8.0
1616
github.com/gorilla/rpc v1.2.1
17-
github.com/gorilla/websocket v1.5.0
17+
github.com/gorilla/websocket v1.5.1
1818
github.com/ipfs/go-datastore v0.6.0
1919
github.com/ipfs/go-ds-badger3 v0.0.2
2020
github.com/ipfs/go-log v1.0.5

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,8 +603,9 @@ github.com/gorilla/rpc v1.2.1/go.mod h1:uNpOihAlF5xRFLuTYhfR0yfCTm0WTQSQttkMSptR
603603
github.com/gorilla/websocket v0.0.0-20170926233335-4201258b820c/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ=
604604
github.com/gorilla/websocket v1.4.1/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
605605
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
606-
github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=
607606
github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
607+
github.com/gorilla/websocket v1.5.1 h1:gmztn0JnHVt9JZquRuzLw3g4wouNVzKL15iLr/zn/QY=
608+
github.com/gorilla/websocket v1.5.1/go.mod h1:x3kM2JMyaluk02fnUJpQuwD2dCS5NDG2ZHL0uE0tcaY=
608609
github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE=
609610
github.com/gostaticanalysis/analysisutil v0.0.3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE=
610611
github.com/gostaticanalysis/analysisutil v0.1.0/go.mod h1:dMhHRU9KTiDcuLGdy87/2gTR8WruwYZrKdRq9m1O6uw=

0 commit comments

Comments
 (0)