1
0
dwelling-home/go.mod

25 lines
552 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.731
github.com/gomarkdown/markdown v0.0.0-20240626202925-2eda941fd024
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
golang.org/x/image v0.18.0 // indirect
)
require (
git.arav.su/Arav/httpr v0.3.2
github.com/mattn/go-sqlite3 v1.14.22 // indirect
)