1
0
mirror of https://git.sr.ht/~adnano/kiln synced 2024-09-08 03:10:36 +02:00
kiln/go.mod
2024-05-11 15:30:17 -04:00

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
)