kiln/go.mod

10 lines
174 B
Modula-2
Raw Normal View History

2022-12-03 15:14:41 +00:00
module git.sr.ht/~adnano/kiln
2020-09-22 20:42:14 +00:00
2024-05-11 19:30:17 +00:00
go 1.20
2020-09-28 23:54:48 +00:00
require (
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
2024-05-11 19:30:17 +00:00
github.com/pelletier/go-toml v1.9.5
gopkg.in/yaml.v3 v3.0.1
)