From b8cb98510ffb8cd740a0193603481e2b794f8419 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 18:18:54 +0530 Subject: [PATCH] Bump golang.org/x/net (#3186) Bumps the go_modules group with 1 update in the /test/tests/websocket directory: [golang.org/x/net](https://github.com/golang/net). Updates `golang.org/x/net` from 0.25.0 to 0.36.0 - [Commits](https://github.com/golang/net/compare/v0.25.0...v0.36.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- test/tests/websocket/go.mod | 4 ++-- test/tests/websocket/go.sum | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/tests/websocket/go.mod b/test/tests/websocket/go.mod index 019c7c69..25d55af5 100644 --- a/test/tests/websocket/go.mod +++ b/test/tests/websocket/go.mod @@ -1,7 +1,7 @@ module ws -go 1.22.2 +go 1.23.0 require github.com/gorilla/websocket v1.5.1 -require golang.org/x/net v0.25.0 // indirect +require golang.org/x/net v0.38.0 // indirect diff --git a/test/tests/websocket/go.sum b/test/tests/websocket/go.sum index b537248d..26f6a317 100644 --- a/test/tests/websocket/go.sum +++ b/test/tests/websocket/go.sum @@ -1,4 +1,4 @@ github.com/gorilla/websocket v1.5.1 h1:gmztn0JnHVt9JZquRuzLw3g4wouNVzKL15iLr/zn/QY= github.com/gorilla/websocket v1.5.1/go.mod h1:x3kM2JMyaluk02fnUJpQuwD2dCS5NDG2ZHL0uE0tcaY= -golang.org/x/net v0.25.0 h1:d/OCCoBEUq33pjydKrGQhw7IlUPI2Oylr+8qLx49kac= -golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM= +golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8= +golang.org/x/net v0.38.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=