This commit is contained in:
2024-04-16 22:44:17 +02:00
parent d7f21a7727
commit e6be491e6e
9 changed files with 145 additions and 0 deletions

8
server/go.mod Normal file
View File

@@ -0,0 +1,8 @@
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
)