Skip to content

Commit

Permalink
chore(deps): bump github.com/gorilla/websocket from 1.5.0 to 1.5.1 (#…
Browse files Browse the repository at this point in the history
…1335)

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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 7, 2023
1 parent 23c5b3b commit e6b4890
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/golang/protobuf v1.5.3
github.com/google/gofuzz v1.2.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.5.0
github.com/gorilla/websocket v1.5.1
github.com/gotuna/gotuna v0.6.0
github.com/jaekwon/testify v1.6.1
github.com/jmhodges/levigo v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e6b4890

Please sign in to comment.