From 664af9e61573591eec7cd60668e56265dcdeab19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 22:04:54 +0000 Subject: [PATCH] Bump github.com/gorilla/websocket in /controlplane/backend Bumps [github.com/gorilla/websocket](https://github.com/gorilla/websocket) from 1.5.1 to 1.5.3. - [Release notes](https://github.com/gorilla/websocket/releases) - [Commits](https://github.com/gorilla/websocket/compare/v1.5.1...v1.5.3) --- updated-dependencies: - dependency-name: github.com/gorilla/websocket dependency-version: 1.5.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- controlplane/backend/go.mod | 7 ++----- controlplane/backend/go.sum | 6 ++---- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/controlplane/backend/go.mod b/controlplane/backend/go.mod index a756fd9..362f839 100644 --- a/controlplane/backend/go.mod +++ b/controlplane/backend/go.mod @@ -4,10 +4,7 @@ go 1.24.11 require ( github.com/fxamacker/cbor/v2 v2.9.0 - github.com/gorilla/websocket v1.5.1 + github.com/gorilla/websocket v1.5.3 ) -require ( - github.com/x448/float16 v0.8.4 // indirect - golang.org/x/net v0.17.0 // indirect -) +require github.com/x448/float16 v0.8.4 // indirect diff --git a/controlplane/backend/go.sum b/controlplane/backend/go.sum index 45558e1..0fefb43 100644 --- a/controlplane/backend/go.sum +++ b/controlplane/backend/go.sum @@ -1,8 +1,6 @@ github.com/fxamacker/cbor/v2 v2.9.0 h1:NpKPmjDBgUfBms6tr6JZkTHtfFGcMKsw3eGcmD/sapM= github.com/fxamacker/cbor/v2 v2.9.0/go.mod h1:vM4b+DJCtHn+zz7h3FFp/hDAI9WNWCsZj23V5ytsSxQ= -github.com/gorilla/websocket v1.5.1 h1:gmztn0JnHVt9JZquRuzLw3g4wouNVzKL15iLr/zn/QY= -github.com/gorilla/websocket v1.5.1/go.mod h1:x3kM2JMyaluk02fnUJpQuwD2dCS5NDG2ZHL0uE0tcaY= +github.com/gorilla/websocket v1.5.3 h1:saDtZ6Pbx/0u+bgYQ3q96pZgCzfhKXGPqt7kZ72aNNg= +github.com/gorilla/websocket v1.5.3/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM= github.com/x448/float16 v0.8.4/go.mod h1:14CWIYCyZA/cWjXOioeEpHeN/83MdbZDRQHoFcYsOfg= -golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM= -golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=