module github.com/vaporvee/multiplayer-game-test go 1.21.0 require ( github.com/gorilla/websocket v1.5.1 // indirect golang.org/x/net v0.17.0 // indirect )