mdview/go.mod
2022-05-15 18:32:10 -07:00

15 lines
488 B
Modula-2

module github.com/FooSoft/mdview
go 1.16
require (
github.com/FooSoft/goldsmith v0.0.0-20220516003218-f635ce5da3e3
github.com/FooSoft/goldsmith-components v0.0.0-20220516012806-883b603beee5
github.com/PuerkitoBio/goquery v1.8.0
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/toqueteos/webbrowser v1.2.0
github.com/yuin/goldmark v1.4.12
golang.org/x/net v0.0.0-20220513224357-95641704303c // indirect
golang.org/x/sys v0.0.0-20220513210249-45d2b4557a2a // indirect
)