mdview/go.mod

17 lines
576 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
2022-05-08 18:29:11 +00:00
github.com/FooSoft/goldsmith-components v0.0.0-20220508182802-63c3f1cb515d
2022-05-08 18:00:38 +00:00
github.com/PuerkitoBio/goquery v1.8.0
2022-05-08 18:29:11 +00:00
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
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
2022-05-08 18:29:11 +00:00
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
2022-05-08 16:09:29 +00:00
)