oktopus/backend/services/ws/go.mod
2024-02-06 00:19:05 -03:00

12 lines
209 B
Modula-2

module github.com/OktopUSP/oktopus/ws
go 1.21.6
require (
github.com/gorilla/mux v1.8.1
github.com/gorilla/websocket v1.5.1
github.com/joho/godotenv v1.5.1
)
require golang.org/x/net v0.17.0 // indirect