From 001367efe2579a2511581f3d7af4b421115beefb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 15:13:20 +0000 Subject: [PATCH] build(deps): Bump github.com/coder/websocket from 1.8.14 to 1.8.15 Bumps [github.com/coder/websocket](https://github.com/coder/websocket) from 1.8.14 to 1.8.15. - [Release notes](https://github.com/coder/websocket/releases) - [Commits](https://github.com/coder/websocket/compare/v1.8.14...v1.8.15) --- updated-dependencies: - dependency-name: github.com/coder/websocket dependency-version: 1.8.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 03aec57..f2709d7 100644 --- a/go.mod +++ b/go.mod @@ -4,6 +4,6 @@ go 1.25 toolchain go1.25.5 -require github.com/coder/websocket v1.8.14 +require github.com/coder/websocket v1.8.15 require github.com/neovim/go-client v1.2.1 diff --git a/go.sum b/go.sum index a12bcd8..cc21104 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,4 @@ -github.com/coder/websocket v1.8.14 h1:9L0p0iKiNOibykf283eHkKUHHrpG7f65OE3BhhO7v9g= -github.com/coder/websocket v1.8.14/go.mod h1:NX3SzP+inril6yawo5CQXx8+fk145lPDC6pumgx0mVg= +github.com/coder/websocket v1.8.15 h1:6B2JPeOGlpff2Uz6vOEH1Vzpi0iUz20A+lPVhPHtNUA= +github.com/coder/websocket v1.8.15/go.mod h1:NX3SzP+inril6yawo5CQXx8+fk145lPDC6pumgx0mVg= github.com/neovim/go-client v1.2.1 h1:kl3PgYgbnBfvaIoGYi3ojyXH0ouY6dJY/rYUCssZKqI= github.com/neovim/go-client v1.2.1/go.mod h1:EeqCP3z1vJd70JTaH/KXz9RMZ/nIgEFveX83hYnh/7c=