1
0
mirror of https://git.sr.ht/~yotam/shavit synced 2024-11-26 10:23:47 +01:00
shavit/go.mod
2019-11-01 13:04:47 +02:00

10 lines
210 B
Modula-2

module git.sr.ht/~yotam/go-gemini-server
go 1.12
require (
git.sr.ht/~yotam/go-gemini v0.0.0-20191101110121-e84e0b63cd37
github.com/BurntSushi/toml v0.3.1
github.com/pelletier/go-toml v1.6.0 // indirect
)