mirror of
https://git.sr.ht/~adnano/kiln
synced 2024-12-04 23:18:14 +01:00
5be791ba7b
This reverts commit e74558dd3a28a207b57def11f1b64edbcc0a5ce3.
9 lines
122 B
Modula-2
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
|
|
)
|