1
0
dwelling-files/go.mod

17 lines
255 B
Modula-2

module dwelling-files
go 1.21
toolchain go1.23.4
require (
git.arav.su/Arav/httpr v0.3.2
github.com/a-h/templ v0.2.793
github.com/invopop/ctxi18n v0.9.0
)
require (
github.com/invopop/yaml v0.3.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)