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-06-13 04:49:55 +04:00
|
|
|
github.com/a-h/templ v0.2.707
|
2024-06-19 01:08:19 +04:00
|
|
|
github.com/gomarkdown/markdown v0.0.0-20240419095408-642f0ee99ae2
|
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-06-19 01:08:19 +04:00
|
|
|
golang.org/x/image v0.17.0 // 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-06-19 01:08:19 +04:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.22 // indirect
|
2023-05-27 21:01:13 +04:00
|
|
|
)
|