-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 717 Bytes
/
go.mod
File metadata and controls
19 lines (17 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module main
go 1.17
require (
github.com/PuerkitoBio/goquery v1.5.1
github.com/chromedp/cdproto v0.0.0-20200209033844-7e00b02ea7d2 // indirect
github.com/chromedp/chromedp v0.5.3 // indirect
github.com/geziyor/geziyor v0.0.0-20191212210344-cfb16fe1ee0e
github.com/go-kit/kit v0.10.0 // indirect
github.com/gobwas/ws v1.0.3 // indirect
github.com/golang/protobuf v1.3.5 // indirect
github.com/mailru/easyjson v0.7.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_golang v1.5.1 // indirect
github.com/prometheus/procfs v0.0.10 // indirect
golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect
golang.org/x/sys v0.0.0-20200317113312-5766fd39f98d // indirect
)