1
0
mirror of https://git.sr.ht/~adnano/kiln synced 2024-12-04 23:18:14 +01:00
kiln/go.mod

9 lines
124 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 (
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
)