2023-01-16 05:24:07 +04:00
|
|
|
module git.arav.top/Arav/dwelling-home
|
|
|
|
|
|
|
|
go 1.19
|
|
|
|
|
|
|
|
require github.com/julienschmidt/httprouter v1.3.0
|
2023-02-05 04:40:08 +04:00
|
|
|
|
2023-02-05 21:12:42 +04:00
|
|
|
require (
|
2023-02-05 21:22:19 +04:00
|
|
|
git.arav.top/Arav/justguestbook v1.0.1
|
2023-02-05 21:12:42 +04:00
|
|
|
github.com/gomarkdown/markdown v0.0.0-20221013030248-663e2500819c
|
|
|
|
)
|
|
|
|
|
|
|
|
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.3.0 // indirect
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
git.arav.top/Arav/justcaptcha v0.0.0-20230112004223-4f254db2bb1f
|
2023-02-05 21:12:42 +04:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.16 // indirect
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
|
)
|