2023-03-11 22:46:36 +04:00
|
|
|
module git.arav.su/Arav/dwelling-home
|
2023-01-16 05:24:07 +04:00
|
|
|
|
2024-06-13 04:49:55 +04:00
|
|
|
go 1.21
|
|
|
|
|
|
|
|
toolchain go1.22.4
|
2023-01-16 05:24:07 +04:00
|
|
|
|
2023-02-05 21:12:42 +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
|
2024-09-11 00:13:38 +04:00
|
|
|
github.com/a-h/templ v0.2.778
|
2024-08-19 01:47:44 +04:00
|
|
|
github.com/gomarkdown/markdown v0.0.0-20240730141124-034f12af3bf6
|
2024-09-14 18:32:57 +04:00
|
|
|
github.com/invopop/ctxi18n v0.8.1
|
2023-05-14 02:27:51 +04:00
|
|
|
github.com/pkg/errors v0.9.1
|
2023-02-05 21:12:42 +04:00
|
|
|
)
|
|
|
|
|
|
|
|
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
|
2024-09-14 18:32:57 +04:00
|
|
|
github.com/invopop/yaml v0.3.1 // indirect
|
2024-09-11 00:13:38 +04:00
|
|
|
golang.org/x/image v0.20.0 // indirect
|
2024-09-14 18:32:57 +04:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2023-02-05 23:04:33 +04:00
|
|
|
)
|
|
|
|
|
2023-05-27 21:01:13 +04:00
|
|
|
require (
|
2023-09-23 03:55:30 +04:00
|
|
|
git.arav.su/Arav/httpr v0.3.2
|
2024-09-11 00:13:38 +04:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.23 // indirect
|
2023-05-27 21:01:13 +04:00
|
|
|
)
|