init
This commit is contained in:
8
server/go.mod
Normal file
8
server/go.mod
Normal 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
|
||||
)
|
Reference in New Issue
Block a user