1
0
Fork 0
mirror of https://git.sr.ht/~adnano/kiln synced 2024-06-01 09:36:06 +02:00
kiln/go.mod

10 lines
184 B
Modula-2
Raw Normal View History

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