37 lines
1.3 KiB
Modula-2
37 lines
1.3 KiB
Modula-2
module brainminder.speedtech.it
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/alexedwards/flow v0.1.0
|
|
github.com/go-playground/form/v4 v4.2.1
|
|
github.com/golang-migrate/migrate/v4 v4.17.1
|
|
github.com/gorilla/sessions v1.4.0
|
|
github.com/jmoiron/sqlx v1.4.0
|
|
github.com/justinas/nosurf v1.1.1
|
|
github.com/lmittmann/tint v1.0.5
|
|
github.com/mattn/go-sqlite3 v1.14.22
|
|
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
|
|
github.com/wneessen/go-mail v0.4.3
|
|
github.com/yuin/goldmark v1.7.4
|
|
github.com/yuin/goldmark-highlighting v0.0.0-20220208100518-594be1970594
|
|
golang.org/x/crypto v0.31.0
|
|
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0
|
|
golang.org/x/text v0.24.0
|
|
)
|
|
|
|
require (
|
|
github.com/a-h/templ v0.3.865 // indirect
|
|
github.com/alecthomas/chroma v0.10.0 // indirect
|
|
github.com/delaneyj/gostar v0.8.0 // indirect
|
|
github.com/dlclark/regexp2 v1.11.4 // indirect
|
|
github.com/goccy/go-json v0.10.5 // indirect
|
|
github.com/gorilla/securecookie v1.1.2 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/igrmk/treemap/v2 v2.0.1 // indirect
|
|
github.com/samber/lo v1.50.0 // indirect
|
|
github.com/starfederation/datastar v0.21.4 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
)
|