46 lines
1.6 KiB
Modula-2
46 lines
1.6 KiB
Modula-2
module go.neonxp.ru/framework
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
github.com/a-h/templ v0.2.778
|
|
github.com/gorilla/securecookie v1.1.2
|
|
github.com/gorilla/sessions v1.4.0
|
|
github.com/labstack/echo-contrib v0.17.1
|
|
github.com/uptrace/bun v1.2.3
|
|
github.com/uptrace/bun/extra/bundebug v1.2.3
|
|
github.com/urfave/cli/v2 v2.27.4
|
|
golang.org/x/crypto v0.26.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
|
|
github.com/fatih/color v1.17.0 // indirect
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
|
|
github.com/gorilla/context v1.1.2 // indirect
|
|
github.com/labstack/gommon v0.4.2 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
|
|
golang.org/x/net v0.28.0 // indirect
|
|
golang.org/x/text v0.17.0 // indirect
|
|
golang.org/x/time v0.5.0 // indirect
|
|
mellium.im/sasl v0.3.1 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/dimuska139/go-email-normalizer/v3 v3.0.1
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/labstack/echo/v4 v4.12.0
|
|
github.com/puzpuzpuz/xsync/v3 v3.4.0 // indirect
|
|
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
|
|
github.com/uptrace/bun/dialect/pgdialect v1.2.3
|
|
github.com/uptrace/bun/driver/pgdriver v1.2.3
|
|
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
golang.org/x/sys v0.24.0 // indirect
|
|
)
|