mdview/go.mod

10 lines
227 B
Modula-2
Raw Normal View History

2022-05-08 16:09:29 +00:00
module github.com/FooSoft/mdv
go 1.16
require (
github.com/FooSoft/goldsmith v0.0.0-20220410034610-83530f1b2fe4
github.com/FooSoft/goldsmith-components v0.0.0-20220410175545-c35ca9cfd9d4
github.com/yuin/goldmark v1.4.12
)