Skip to content

Commit d7a93e4

Browse files
Bump github.com/coder/websocket from 1.8.13 to 1.8.14 in the gomod group (#274)
Bumps the gomod group with 1 update: [github.com/coder/websocket](https://github.com/coder/websocket). Updates `github.com/coder/websocket` from 1.8.13 to 1.8.14 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/coder/websocket/releases">github.com/coder/websocket's releases</a>.</em></p> <blockquote> <h2>v1.8.14</h2> <h2>Changes</h2> <ul> <li>fix: match Origin scheme if defined in OriginPatterns by <a href="https://github.com/mafredri"><code>@​mafredri</code></a> in <a href="https://redirect.github.com/coder/websocket/pull/536">coder/websocket#536</a></li> <li>refactor: use <code>context.AfterFunc</code> to track timeouts instead of goroutine by <a href="https://github.com/ash2k"><code>@​ash2k</code></a> in <a href="https://redirect.github.com/coder/websocket/pull/532">coder/websocket#532</a></li> <li>refactor: add <code>ErrMessageTooBig</code> sentinel error for limited reads by <a href="https://github.com/DanielleMaywood"><code>@​DanielleMaywood</code></a> in <a href="https://redirect.github.com/coder/websocket/pull/535">coder/websocket#535</a></li> <li>build: update to Go 1.23 by <a href="https://github.com/mafredri"><code>@​mafredri</code></a> in <a href="https://redirect.github.com/coder/websocket/pull/524">coder/websocket#524</a></li> <li>build: add Makefile by <a href="https://github.com/mafredri"><code>@​mafredri</code></a> in <a href="https://redirect.github.com/coder/websocket/pull/525">coder/websocket#525</a></li> <li>chore: update LICENSE file by <a href="https://github.com/mtojek"><code>@​mtojek</code></a> in <a href="https://redirect.github.com/coder/websocket/pull/526">coder/websocket#526</a></li> <li>chore: apply various modernisations by <a href="https://github.com/Jacalz"><code>@​Jacalz</code></a> in <a href="https://redirect.github.com/coder/websocket/pull/531">coder/websocket#531</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/mtojek"><code>@​mtojek</code></a> made their first contribution in <a href="https://redirect.github.com/coder/websocket/pull/526">coder/websocket#526</a></li> <li><a href="https://github.com/ash2k"><code>@​ash2k</code></a> made their first contribution in <a href="https://redirect.github.com/coder/websocket/pull/532">coder/websocket#532</a></li> <li><a href="https://github.com/DanielleMaywood"><code>@​DanielleMaywood</code></a> made their first contribution in <a href="https://redirect.github.com/coder/websocket/pull/535">coder/websocket#535</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/coder/websocket/compare/v1.8.13...v1.8.14">https://github.com/coder/websocket/compare/v1.8.13...v1.8.14</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/coder/websocket/commit/7d7c644330e727379c3e33fddc154ac208b925f3"><code>7d7c644</code></a> refactor: add <code>ErrMessageTooBig</code> sentinel error for limited reads (<a href="https://redirect.github.com/coder/websocket/issues/535">#535</a>)</li> <li><a href="https://github.com/coder/websocket/commit/c7846ea6a8849fe21aed3b8319bac906e8cb1dca"><code>c7846ea</code></a> refactor: use <code>context.AfterFunc</code> to track timeouts instead of goroutine (<a href="https://redirect.github.com/coder/websocket/issues/532">#532</a>)</li> <li><a href="https://github.com/coder/websocket/commit/e11dd4e741173381256344d57b3bfc3fa38a9d25"><code>e11dd4e</code></a> fix: match Origin scheme if defined in OriginPatterns (<a href="https://redirect.github.com/coder/websocket/issues/536">#536</a>)</li> <li><a href="https://github.com/coder/websocket/commit/91013c129147ee6375b65cf150fa151d2fcc0bce"><code>91013c1</code></a> chore: apply various modernisations (<a href="https://redirect.github.com/coder/websocket/issues/531">#531</a>)</li> <li><a href="https://github.com/coder/websocket/commit/efb626be44240d7979b57427265d9b6402166b96"><code>efb626b</code></a> chore: update LICENSE file (<a href="https://redirect.github.com/coder/websocket/issues/526">#526</a>)</li> <li><a href="https://github.com/coder/websocket/commit/246891f172ef96b0b5681c8e4d59dfd32ad1b091"><code>246891f</code></a> build: add Makefile (<a href="https://redirect.github.com/coder/websocket/issues/525">#525</a>)</li> <li><a href="https://github.com/coder/websocket/commit/778d161bfd21f3cfa8052d8b84e8c86e08ce41c7"><code>778d161</code></a> build: update to Go 1.23 (<a href="https://redirect.github.com/coder/websocket/issues/524">#524</a>)</li> <li>See full diff in <a href="https://github.com/coder/websocket/compare/v1.8.13...v1.8.14">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/coder/websocket&package-manager=go_modules&previous-version=1.8.13&new-version=1.8.14)](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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Erik Dubbelboer <erik@dubbelboer.com>
1 parent deed806 commit d7a93e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/poki/netlib
33
go 1.24.0
44

55
require (
6-
github.com/coder/websocket v1.8.13
6+
github.com/coder/websocket v1.8.14
77
github.com/golang-migrate/migrate/v4 v4.19.0
88
github.com/jackc/pgx/v5 v5.7.5
99
github.com/koenbollen/logging v0.0.0-20230520102501-e01d64214504

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 h1:TngWCqHvy9oXAN6lEV
1010
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5/go.mod h1:lmUJ/7eu/Q8D7ML55dXQrVaamCz2vxCfdQBasLZfHKk=
1111
github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8=
1212
github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
13-
github.com/coder/websocket v1.8.13 h1:f3QZdXy7uGVz+4uCJy2nTZyM0yTBj8yANEHhqlXZ9FE=
14-
github.com/coder/websocket v1.8.13/go.mod h1:LNVeNrXQZfe5qhS9ALED3uA+l5pPqvwXg3CKoDBB2gs=
13+
github.com/coder/websocket v1.8.14 h1:9L0p0iKiNOibykf283eHkKUHHrpG7f65OE3BhhO7v9g=
14+
github.com/coder/websocket v1.8.14/go.mod h1:NX3SzP+inril6yawo5CQXx8+fk145lPDC6pumgx0mVg=
1515
github.com/containerd/continuity v0.4.5 h1:ZRoN1sXq9u7V6QoHMcVWGhOwDFqZ4B9i5H6un1Wh0x4=
1616
github.com/containerd/continuity v0.4.5/go.mod h1:/lNJvtJKUQStBzpVQ1+rasXO1LAWtUQssk28EZvJ3nE=
1717
github.com/containerd/errdefs v1.0.0 h1:tg5yIfIlQIrxYtu9ajqY42W3lpS19XqdxRQeEwYG8PI=

0 commit comments

Comments
 (0)