All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 12s
27 lines
832 B
Modula-2
27 lines
832 B
Modula-2
module play-eng-backend
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
github.com/chromedp/chromedp v0.14.2
|
|
github.com/disintegration/imaging v1.6.2
|
|
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
|
|
github.com/golang-jwt/jwt/v5 v5.3.0
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/lib/pq v1.10.9
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
golang.org/x/crypto v0.28.0
|
|
)
|
|
|
|
require (
|
|
github.com/chromedp/cdproto v0.0.0-20250724212937-08a3db8b4327 // indirect
|
|
github.com/chromedp/sysutil v1.1.0 // indirect
|
|
github.com/go-json-experiment/json v0.0.0-20250725192818-e39067aee2d2 // indirect
|
|
github.com/gobwas/httphead v0.1.0 // indirect
|
|
github.com/gobwas/pool v0.2.1 // indirect
|
|
github.com/gobwas/ws v1.4.0 // indirect
|
|
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
|
|
golang.org/x/sys v0.34.0 // indirect
|
|
)
|