forked from Quanwei1992/ebookdownloader
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathgo.mod
43 lines (40 loc) · 1.64 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
module github.com/sndnvaps/ebookdownloader
go 1.17
require (
github.com/Aiicy/htmlquery v1.0.0
github.com/Chain-Zhang/pinyin v0.1.3
github.com/amenzhinsky/go-memexec v0.7.0
github.com/andlabs/ui v0.0.0-20200610043537-70a69d6ae31e
github.com/chromedp/cdproto v0.0.0-20201204063249-be40c824ad18
github.com/chromedp/chromedp v0.5.4
github.com/goki/freetype v0.0.0-20181231101311-fa8a33aabaff
github.com/hidapple/isbn-gen v1.0.0
github.com/satori/go.uuid v1.2.0
github.com/schollz/progressbar/v2 v2.15.0
github.com/sndnvaps/go-epub v1.0.0
github.com/unknwon/com v1.0.1
github.com/urfave/cli/v2 v2.25.1
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
)
require (
github.com/antchfx/xpath v1.1.11 // indirect
github.com/bmaupin/go-epub v0.10.0 // indirect
github.com/chromedp/sysutil v1.0.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/gobwas/httphead v0.0.0-20200921212729-da3d93bc3c58 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/gobwas/ws v1.0.4 // indirect
github.com/gofrs/uuid v3.1.0+incompatible // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/kr/pretty v0.2.1 // indirect
github.com/kr/text v0.1.0 // indirect
github.com/mailru/easyjson v0.7.6 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/stretchr/testify v1.8.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
golang.org/x/image v0.5.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
)