2022-07-04 03:24:49 +00:00
|
|
|
module foosoft.net/projects/mdview
|
2022-05-08 16:09:29 +00:00
|
|
|
|
2022-07-04 03:24:49 +00:00
|
|
|
go 1.18
|
2022-05-08 16:09:29 +00:00
|
|
|
|
|
|
|
require (
|
2022-07-04 03:24:49 +00:00
|
|
|
foosoft.net/projects/goldsmith v0.0.0-20220704005305-57dfa350ee16
|
|
|
|
foosoft.net/projects/goldsmith-components v0.0.0-20220704013648-0ef739189a6a
|
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
|
2022-07-04 03:24:49 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/andybalholm/cascadia v1.3.1 // indirect
|
|
|
|
github.com/bmatcuk/doublestar v1.3.4 // indirect
|
|
|
|
github.com/fsnotify/fsnotify v1.5.4 // indirect
|
|
|
|
github.com/kr/text v0.2.0 // indirect
|
|
|
|
github.com/naoina/go-stringutil v0.1.0 // indirect
|
|
|
|
github.com/naoina/toml v0.1.1 // indirect
|
|
|
|
github.com/rogpeppe/go-internal v1.8.1 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20210916014120-12bc252f5db8 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2022-05-08 16:09:29 +00:00
|
|
|
)
|