1
0
mirror of https://git.sr.ht/~adnano/kiln synced 2024-09-16 19:21:35 +02:00
kiln/go.mod

10 lines
174 B
Modula-2
Raw Permalink Normal View History

2022-12-03 16:14:41 +01:00
module git.sr.ht/~adnano/kiln
2020-09-22 22:42:14 +02:00
2024-05-11 21:30:17 +02:00
go 1.20
2020-09-29 01:54:48 +02:00
require (
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
2024-05-11 21:30:17 +02:00
github.com/pelletier/go-toml v1.9.5
gopkg.in/yaml.v3 v3.0.1
)