mirror of
https://git.sr.ht/~adnano/kiln
synced 2024-10-30 01:13:08 +00:00
10 lines
174 B
Modula-2
10 lines
174 B
Modula-2
module git.sr.ht/~adnano/kiln
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
|
github.com/pelletier/go-toml v1.9.5
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|