1
0
Fork 0
mirror of https://git.sr.ht/~adnano/kiln synced 2024-05-17 15:26:05 +02:00
kiln/go.mod

10 lines
184 B
Modula-2

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