64 lines
2.4 KiB
Modula-2
64 lines
2.4 KiB
Modula-2
module MY/webapp
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.5.0
|
|
github.com/Masterminds/squirrel v1.5.4
|
|
github.com/chromedp/chromedp v0.13.6
|
|
github.com/go-playground/validator/v10 v10.26.0
|
|
github.com/gofiber/fiber/v2 v2.52.8
|
|
github.com/gofiber/template/html/v2 v2.1.3
|
|
github.com/jmoiron/sqlx v1.4.0
|
|
github.com/mattn/go-sqlite3 v1.14.28
|
|
github.com/nicklaw5/helix/v2 v2.31.1
|
|
github.com/stretchr/testify v1.11.0
|
|
golang.org/x/crypto v0.42.0
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.2.0 // indirect
|
|
github.com/chromedp/cdproto v0.0.0-20250403032234-65de8f5d025b // indirect
|
|
github.com/chromedp/sysutil v1.1.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/fsnotify/fsnotify v1.9.0 // indirect
|
|
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
|
|
github.com/go-json-experiment/json v0.0.0-20250211171154-1ae217ad3535 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/go-sql-driver/mysql v1.9.3 // 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
|
|
github.com/gofiber/template v1.8.3 // indirect
|
|
github.com/gofiber/utils v1.1.0 // indirect
|
|
github.com/golang-jwt/jwt/v4 v4.0.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/klauspost/compress v1.18.0 // indirect
|
|
github.com/kr/pretty v0.3.0 // indirect
|
|
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
|
|
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.14.1 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.51.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
github.com/yuin/goldmark v1.7.13 // indirect
|
|
golang.org/x/net v0.44.0 // indirect
|
|
golang.org/x/sys v0.36.0 // indirect
|
|
golang.org/x/text v0.29.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
lcthw.dev/go/ozai v0.1.0 // indirect
|
|
lcthw.dev/go/ssgod v0.1.0 // indirect
|
|
)
|
|
|
|
tool (
|
|
lcthw.dev/go/ozai
|
|
lcthw.dev/go/ssgod
|
|
)
|