hugo-to-gemini/go.mod
2021-08-01 04:11:04 +05:00

8 lines
145 B
Modula-2

module github.com/tdemin/gmnhg
go 1.15
require (
github.com/gomarkdown/markdown v0.0.0-20201024011455-45c732cc8a6b
gopkg.in/yaml.v2 v2.3.0
)