From c2c2a1dd00804948309e227efd60bf279e032932 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 22:00:31 +0000 Subject: [PATCH] Bump github.com/gorilla/websocket from 1.5.1 to 1.5.3 in /DRP-go 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] --- DRP-go/go.mod | 7 +++---- DRP-go/go.sum | 6 ++---- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/DRP-go/go.mod b/DRP-go/go.mod index 30d627f..3b02131 100644 --- a/DRP-go/go.mod +++ b/DRP-go/go.mod @@ -1,11 +1,10 @@ module adhdtech/drpmesh -go 1.22.3 +go 1.23.0 + toolchain go1.24.1 require ( - github.com/gorilla/websocket v1.5.1 + github.com/gorilla/websocket v1.5.3 github.com/mroth/weightedrand v1.0.0 ) - -require golang.org/x/net v0.38.0 // indirect diff --git a/DRP-go/go.sum b/DRP-go/go.sum index 39ce323..aae2465 100644 --- a/DRP-go/go.sum +++ b/DRP-go/go.sum @@ -1,6 +1,4 @@ -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/mroth/weightedrand v1.0.0 h1:V8JeHChvl2MP1sAoXq4brElOcza+jxLkRuwvtQu8L3E= github.com/mroth/weightedrand v1.0.0/go.mod h1:3p2SIcC8al1YMzGhAIoXD+r9olo/g/cdJgAD905gyNE= -golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8= -golang.org/x/net v0.38.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=