kiln/go.mod

10 lines
184 B
Modula-2
Raw Normal View History

2020-09-22 20:42:14 +00:00
module kiln
go 1.16
2020-09-28 23:54:48 +00:00
require (
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
2021-05-10 16:15:58 +00:00
github.com/pelletier/go-toml v1.9.0
2021-04-24 18:29:03 +00:00
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)