From ce5c01c859002f279ab29b66c768540a9c1fb675 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 08:13:01 +0000 Subject: [PATCH] Bump golang.org/x/net in the go_modules group across 1 directory Bumps the go_modules group with 1 update in the / directory: [golang.org/x/net](https://github.com/golang/net). Updates `golang.org/x/net` from 0.19.0 to 0.55.0 - [Commits](https://github.com/golang/net/compare/v0.19.0...v0.55.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.55.0 dependency-type: direct:production dependency-group: go_modules ... Signed-off-by: dependabot[bot] --- go.mod | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/go.mod b/go.mod index 05aa04b..07de7e8 100644 --- a/go.mod +++ b/go.mod @@ -1,12 +1,17 @@ module tracker-project -go 1.21 +go 1.25.0 require ( - github.com/gorilla/websocket v1.5.0 - github.com/hashicorp/golang-lru/v2 v2.0.7 - github.com/json-iterator/go v1.1.12 - golang.org/x/net v0.19.0 - golang.org/x/sync v0.5.0 - golang.org/x/time v0.5.0 -) \ No newline at end of file + github.com/gorilla/websocket v1.5.0 + github.com/hashicorp/golang-lru/v2 v2.0.7 + github.com/json-iterator/go v1.1.12 + golang.org/x/net v0.55.0 + golang.org/x/sync v0.5.0 + golang.org/x/time v0.5.0 +) + +require ( + github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect + github.com/modern-go/reflect2 v1.0.2 // indirect +)