1
0
dwelling-files/go.mod

15 lines
274 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
2023-09-20 04:04:09 +04:00
require git.arav.su/Arav/httpr v0.3.2
2024-12-08 04:15:02 +04:00
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
)