1
0
dwelling-files/go.mod

17 lines
255 B
Modula-2
Raw Normal View History

2022-06-27 04:38:09 +04:00
module dwelling-files
2024-12-08 04:15:02 +04:00
go 1.21
toolchain go1.23.4
2022-06-27 04:38:09 +04:00
2024-12-10 23:29:09 +04:00
require (
git.arav.su/Arav/httpr v0.3.2
github.com/a-h/templ v0.2.793
github.com/invopop/ctxi18n v0.9.0
)
2024-12-08 04:15:02 +04:00
require (
2024-12-10 23:29:09 +04:00
github.com/invopop/yaml v0.3.1 // indirect
2024-12-08 04:15:02 +04:00
gopkg.in/yaml.v3 v3.0.1 // indirect
)