1
0
Fork 0
mirror of https://git.sr.ht/~adnano/kiln synced 2024-05-19 13:16:04 +02:00
kiln/go.mod
2021-05-10 12:16:19 -04:00

9 lines
124 B
Modula-2

module kiln
go 1.16
require (
github.com/pelletier/go-toml v1.9.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)