2023-12-31 03:58:29 +00:00
|
|
|
module git.foosoft.net/alex/mdview
|
2022-05-08 16:09:29 +00:00
|
|
|
|
2023-12-31 03:58:29 +00:00
|
|
|
go 1.21.5
|
2022-05-08 16:09:29 +00:00
|
|
|
|
|
|
|
require (
|
2023-12-31 03:58:29 +00:00
|
|
|
git.foosoft.net/alex/goldsmith v0.0.0-20231231035032-d2531e07e188
|
|
|
|
git.foosoft.net/alex/goldsmith-components v0.0.0-20231231034118-3e1e204c38ac
|
2023-12-30 19:14:08 +00:00
|
|
|
github.com/PuerkitoBio/goquery v1.8.1
|
2022-05-08 17:19:48 +00:00
|
|
|
github.com/toqueteos/webbrowser v1.2.0
|
2023-12-30 19:14:08 +00:00
|
|
|
github.com/yuin/goldmark v1.6.0
|
2022-07-04 03:24:49 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2023-12-31 03:58:29 +00:00
|
|
|
github.com/BurntSushi/toml v1.3.2 // indirect
|
|
|
|
github.com/andybalholm/cascadia v1.3.1 // indirect
|
|
|
|
github.com/bmatcuk/doublestar/v4 v4.6.1 // indirect
|
2023-12-30 19:14:08 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
2023-12-31 03:58:29 +00:00
|
|
|
golang.org/x/net v0.7.0 // indirect
|
2023-12-30 19:14:08 +00:00
|
|
|
golang.org/x/sys v0.15.0 // indirect
|
2022-07-04 03:24:49 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2022-05-08 16:09:29 +00:00
|
|
|
)
|