1
0
Fork 0
dwelling-home/go.mod

22 lines
501 B
Modula-2

module git.arav.su/Arav/dwelling-home
go 1.17
require (
git.arav.su/Arav/justcaptcha/v2 v2.1.0
git.arav.su/Arav/justguestbook v1.3.2
github.com/gomarkdown/markdown v0.0.0-20230922112808-5421fefb8386
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.14.0 // indirect
)
require (
git.arav.su/Arav/httpr v0.3.2
github.com/mattn/go-sqlite3 v1.14.18 // indirect
)