BrainMinder/go.mod

33 lines
991 B
Modula-2
Raw Permalink Normal View History

2024-08-22 10:13:16 +02:00
module brainminder.speedtech.it
go 1.23
toolchain go1.23.0
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.26.0
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa
golang.org/x/text v0.17.0
)
require (
github.com/alecthomas/chroma v0.10.0 // indirect
github.com/dlclark/regexp2 v1.4.0 // 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
go.uber.org/atomic v1.7.0 // indirect
)