1
0
mirror of https://git.sr.ht/~adnano/kiln synced 2024-09-19 01:31:36 +02:00
kiln/go.mod
2021-04-26 14:55:47 -04:00

9 lines
122 B
Modula-2

module kiln
go 1.16
require (
github.com/BurntSushi/toml v0.3.1
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)