1
0
mirror of https://git.sr.ht/~adnano/kiln synced 2024-11-08 14:19:20 +01:00
kiln/go.mod
adnano e8b6930d3b Revert "Switch to other toml library"
This reverts commit d7e9f5e7c25a076edf5abff48ac851681d49d2d8.
2021-03-20 20:35:48 -04:00

9 lines
107 B
Modula-2

module kiln
go 1.16
require (
git.sr.ht/~adnano/go-gemini v0.1.8
github.com/pelletier/go-toml v1.8.1
)