1
0
dwelling-files/go.mod

15 lines
274 B
Modula-2

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