mdview/go.mod
2022-05-08 11:29:11 -07:00

17 lines
576 B
Modula-2

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-20220508182802-63c3f1cb515d
github.com/PuerkitoBio/goquery v1.8.0
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/toqueteos/webbrowser v1.2.0
github.com/yuin/goldmark v1.4.12
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
)