Initial commit
This commit is contained in:
14
play-life-backend/go.mod
Normal file
14
play-life-backend/go.mod
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user