25 lines
832 B
Modula-2
25 lines
832 B
Modula-2
module foosoft.net/projects/mdview
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
foosoft.net/projects/goldsmith v0.0.0-20220704005305-57dfa350ee16
|
|
foosoft.net/projects/goldsmith-components v0.0.0-20220704013648-0ef739189a6a
|
|
github.com/PuerkitoBio/goquery v1.8.0
|
|
github.com/toqueteos/webbrowser v1.2.0
|
|
github.com/yuin/goldmark v1.4.12
|
|
)
|
|
|
|
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
|
|
)
|