1
0
dwelling-home/go.mod

25 lines
552 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.21
toolchain go1.22.4
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
2024-07-12 16:18:22 +04:00
github.com/a-h/templ v0.2.747
2024-06-29 20:54:56 +04:00
github.com/gomarkdown/markdown v0.0.0-20240626202925-2eda941fd024
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
2024-06-29 20:54:56 +04:00
golang.org/x/image v0.18.0 // indirect
2023-02-05 23:04:33 +04:00
)
require (
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
)