-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): bump github.com/gorilla/websocket from 1.5.0 to 1.5.1 #1335
Merged
thehowl
merged 1 commit into
master
from
dependabot-go_modules-master-git.luolix.top-gorilla-websocket-1.5.1
Nov 7, 2023
Merged
chore(deps): bump github.com/gorilla/websocket from 1.5.0 to 1.5.1 #1335
thehowl
merged 1 commit into
master
from
dependabot-go_modules-master-git.luolix.top-gorilla-websocket-1.5.1
Nov 7, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [github.com/gorilla/websocket](https://github.com/gorilla/websocket) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/gorilla/websocket/releases) - [Commits](gorilla/websocket@v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: github.com/gorilla/websocket dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1335 +/- ##
==========================================
- Coverage 47.91% 47.80% -0.11%
==========================================
Files 372 369 -3
Lines 63019 62736 -283
==========================================
- Hits 30194 29991 -203
+ Misses 30363 30293 -70
+ Partials 2462 2452 -10 ☔ View full report in Codecov by Sentry. |
thehowl
approved these changes
Nov 7, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
routine bugfixes
thehowl
deleted the
dependabot-go_modules-master-git.luolix.top-gorilla-websocket-1.5.1
branch
November 7, 2023 11:11
gfanton
pushed a commit
to gfanton/gno
that referenced
this pull request
Nov 9, 2023
…nolang#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://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://github.com/gorilla/websocket/pull/773">gorilla/websocket#773</a></li> <li>remove all versions < 1.16 and add 1.18 by <a href="https://github.com/ChannyClaus"><code>@ChannyClaus</code></a> in <a href="https://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://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://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://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://github.com/gorilla/websocket/pull/761">gorilla/websocket#761</a></li> <li>Update go version & add verification/testing tools by <a href="https://github.com/coreydaley"><code>@coreydaley</code></a> in <a href="https://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://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://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://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://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://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://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://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://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://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://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 & add verification/testing tools (<a href="https://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://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://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>
moul
pushed a commit
to moul/gno
that referenced
this pull request
Nov 14, 2023
…nolang#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://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://github.com/gorilla/websocket/pull/773">gorilla/websocket#773</a></li> <li>remove all versions < 1.16 and add 1.18 by <a href="https://github.com/ChannyClaus"><code>@ChannyClaus</code></a> in <a href="https://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://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://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://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://github.com/gorilla/websocket/pull/761">gorilla/websocket#761</a></li> <li>Update go version & add verification/testing tools by <a href="https://github.com/coreydaley"><code>@coreydaley</code></a> in <a href="https://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://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://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://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://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://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://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://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://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://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://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 & add verification/testing tools (<a href="https://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://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://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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps github.com/gorilla/websocket from 1.5.0 to 1.5.1.
Release notes
Sourced from github.com/gorilla/websocket's releases.
Commits
ac0789b
update GitHub workflows (#857)78c3487
update golang.org/x/net (#856)666c197
Update go version & add verification/testing tools (#840)8039329
Correct way to save memory using write buffer pool and freeing net.http defau...8983b96
Merge pull request #839 from gorilla/coreydaley-patch-1931041c
Update README.md76ecc29
archive modeaf47554
check error before GotConn for tracebc7ce89
Check for and report bad protocol in TLSClientConfig.NextProtos (#788)27d91a9
drop the versions of go that are no longer supported + add 1.18 to ciDependabot 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 commands and options
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)