1
0
Fork 0
dwelling-home/go.mod

22 lines
501 B
Modula-2
Raw Normal View History

2023-03-11 22:46:36 +04:00
module git.arav.su/Arav/dwelling-home
2023-01-16 05:24:07 +04:00
go 1.17
2023-01-16 05:24:07 +04:00
require (
2023-08-12 22:58:54 +04:00
git.arav.su/Arav/justcaptcha/v2 v2.1.0
2023-05-22 03:10:40 +04:00
git.arav.su/Arav/justguestbook v1.3.2
github.com/gomarkdown/markdown v0.0.0-20230922112808-5421fefb8386
2023-05-14 02:27:51 +04:00
github.com/pkg/errors v0.9.1
)
require (
2023-02-05 23:04:33 +04:00
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
2023-02-05 23:04:33 +04:00
)
require (
git.arav.su/Arav/httpr v0.3.2
github.com/mattn/go-sqlite3 v1.14.18 // indirect
)