1
0
dwelling-home/go.mod

28 lines
668 B
Modula-2

module git.arav.su/Arav/dwelling-home
go 1.21
toolchain go1.22.4
require (
git.arav.su/Arav/justcaptcha/v2 v2.1.0
git.arav.su/Arav/justguestbook v1.3.2
github.com/a-h/templ v0.2.778
github.com/gomarkdown/markdown v0.0.0-20240730141124-034f12af3bf6
github.com/invopop/ctxi18n v0.8.1
github.com/pkg/errors v0.9.1
)
require (
github.com/fogleman/gg v1.3.0 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/invopop/yaml v0.3.1 // indirect
golang.org/x/image v0.20.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
require (
git.arav.su/Arav/httpr v0.3.2
github.com/mattn/go-sqlite3 v1.14.23 // indirect
)