1
0
Fork 0
mirror of https://git.sr.ht/~adnano/kiln synced 2024-04-16 04:53:52 +02:00
kiln/go.mod
2022-12-03 11:18:14 -05:00

10 lines
202 B
Modula-2

module git.sr.ht/~adnano/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
)