Initial commit

This commit is contained in:
poignatov
2025-12-29 20:01:55 +03:00
commit 4f8a793377
63 changed files with 13655 additions and 0 deletions

14
play-life-backend/go.mod Normal file
View File

@@ -0,0 +1,14 @@
module play-eng-backend
go 1.21
require (
github.com/gorilla/mux v1.8.1
github.com/lib/pq v1.10.9
github.com/robfig/cron/v3 v3.0.1
)
require (
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1 // indirect
github.com/joho/godotenv v1.5.1 // indirect
)