Добавление мультиплеера и dockerfile

This commit is contained in:
2025-11-24 14:08:41 +03:00
parent 850ac50367
commit 3be3a34e6e
7 changed files with 157 additions and 18 deletions

1
go.mod
View File

@@ -6,6 +6,7 @@ require (
github.com/gin-contrib/gzip v1.2.5
github.com/gin-gonic/gin v1.11.0
github.com/google/uuid v1.6.0
github.com/gorilla/websocket v1.5.3
)
require (