mirror of
https://git.sr.ht/~adnano/kiln
synced 2024-11-08 10:09:18 +01:00
fb6470aa5f
Implements: https://todo.sr.ht/~adnano/kiln/21
10 lines
184 B
Modula-2
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
|
|
)
|