mdview/go.mod

12 lines
306 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
2022-05-08 18:00:38 +00:00
github.com/PuerkitoBio/goquery v1.8.0
2022-05-08 17:19:48 +00:00
github.com/toqueteos/webbrowser v1.2.0
2022-05-08 16:09:29 +00:00
github.com/yuin/goldmark v1.4.12
)