This commit is contained in:
2025-10-30 11:04:17 +05:30
commit 02a102481e
57 changed files with 15238 additions and 0 deletions

9
server/go.mod Normal file
View File

@@ -0,0 +1,9 @@
module server
go 1.23.2
require (
github.com/gorilla/websocket v1.5.3
github.com/joho/godotenv v1.5.1
github.com/mattn/go-sqlite3 v1.14.24
)