feat: add Telegram bot with notifications and scheduler
This commit is contained in:
2
go.mod
2
go.mod
@@ -5,8 +5,10 @@ go 1.22
|
||||
require (
|
||||
github.com/go-chi/chi/v5 v5.0.12
|
||||
github.com/go-chi/cors v1.2.1
|
||||
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
|
||||
github.com/golang-jwt/jwt/v5 v5.2.0
|
||||
github.com/jmoiron/sqlx v1.3.5
|
||||
github.com/lib/pq v1.10.9
|
||||
github.com/robfig/cron/v3 v3.0.1
|
||||
golang.org/x/crypto v0.18.0
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user