-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
27 lines (24 loc) · 987 Bytes
/
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
module github.com/gonejack/webarchive-to-singlefile
go 1.18
require (
github.com/PuerkitoBio/goquery v1.8.0
github.com/alecthomas/kong v0.2.17
github.com/chromedp/cdproto v0.0.0-20211025030258-2570df970243
github.com/chromedp/chromedp v0.7.4
github.com/elazarl/goproxy v0.0.0-20210801061803-8e322dfb79c4
github.com/go-resty/resty/v2 v2.7.0
github.com/vincent-petithory/dataurl v0.0.0-20191104211930-d1553a71de50
howett.net/plist v0.0.0-20201203080718-1454fab16a06
)
require (
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/chromedp/sysutil v1.0.0 // indirect
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/gobwas/ws v1.1.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/net v0.0.0-20211029224645-99673261e6eb // indirect
golang.org/x/sys v0.0.0-20210525143221-35b2ab0089ea // indirect
)