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 +)