22 lines
642 B
Modula-2
22 lines
642 B
Modula-2
module git.foosoft.net/alex/mdview
|
|
|
|
go 1.21.5
|
|
|
|
require (
|
|
git.foosoft.net/alex/goldsmith v0.0.0-20231231035032-d2531e07e188
|
|
git.foosoft.net/alex/goldsmith-components v0.0.0-20231231034118-3e1e204c38ac
|
|
github.com/PuerkitoBio/goquery v1.8.1
|
|
github.com/toqueteos/webbrowser v1.2.0
|
|
github.com/yuin/goldmark v1.6.0
|
|
)
|
|
|
|
require (
|
|
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
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
|
golang.org/x/net v0.7.0 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|