-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
32 lines (29 loc) · 1.05 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
module github.com/cvelab/requests
go 1.18
require (
github.com/CUCyber/ja3transport v0.0.0-20201031204932-8a22ac8ab5d7
github.com/andybalholm/brotli v1.0.4
github.com/antchfx/xpath v1.2.1
github.com/chromedp/cdproto v0.0.0-20220725225757-5988d9195a6c
github.com/chromedp/chromedp v0.8.3
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
github.com/jinzhu/copier v0.3.5
github.com/pkg/errors v0.9.1
github.com/tidwall/gjson v1.14.1
golang.org/x/net v0.7.0
golang.org/x/term v0.5.0
golang.org/x/text v0.7.0
)
require (
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/refraction-networking/utls v0.0.0-20200820030103-33a29038e742 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/sys v0.5.0 // indirect
)