summarylogtreecommitdiffstats
path: root/go.mod
blob: e99336888362b7300b90e94c0c14099b97d1b52d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/suntong/html2md

go 1.20

require (
	github.com/JohannesKaufmann/html-to-markdown v1.4.0
	github.com/PuerkitoBio/goquery v1.8.1
	github.com/mkideal/cli v0.2.7
)

require (
	github.com/andybalholm/cascadia v1.3.1 // indirect
	github.com/labstack/gommon v0.3.0 // indirect
	github.com/mattn/go-colorable v0.1.7 // indirect
	github.com/mattn/go-isatty v0.0.12 // indirect
	github.com/mkideal/expr v0.1.0 // indirect
	github.com/mkideal/pkg v0.1.3 // indirect
	golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
	golang.org/x/net v0.9.0 // indirect
	golang.org/x/sys v0.7.0 // indirect
	golang.org/x/term v0.7.0 // indirect
	gopkg.in/yaml.v2 v2.4.0 // indirect
)