module github.com/JamZYM/golagrange go 1.22.2 require github.com/gorilla/websocket v1.5.1 require ( github.com/joho/godotenv v1.5.1 // indirect golang.org/x/net v0.17.0 // indirect )