mdview/go.mod

25 lines
777 B
Modula-2
Raw Normal View History

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 (
2023-12-30 19:14:08 +00:00
foosoft.net/projects/goldsmith v0.0.0-20231112041150-7f13496b6f50
2022-07-04 03:24:49 +00:00
foosoft.net/projects/goldsmith-components v0.0.0-20220704013648-0ef739189a6a
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-30 19:14:08 +00:00
github.com/andybalholm/cascadia v1.3.2 // indirect
2022-07-04 03:24:49 +00:00
github.com/bmatcuk/doublestar v1.3.4 // indirect
2023-12-30 19:14:08 +00:00
github.com/fsnotify/fsnotify v1.7.0 // indirect
2022-07-04 03:24:49 +00:00
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
2023-12-30 19:14:08 +00:00
golang.org/x/net v0.19.0 // indirect
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
)