-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathgo.mod
54 lines (51 loc) · 2.26 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
44
45
46
47
48
49
50
51
52
53
54
module github.com/phpgao/proxy_pool
go 1.17
require (
github.com/antchfx/htmlquery v1.2.4
github.com/apex/log v1.9.0
github.com/avast/retry-go v3.0.0+incompatible
github.com/chromedp/cdproto v0.0.0-20211025030258-2570df970243
github.com/chromedp/chromedp v0.7.4
github.com/corpix/uarand v0.1.1
github.com/fatih/structs v1.1.0
github.com/gin-gonic/gin v1.7.4
github.com/go-redis/redis/v7 v7.4.1
github.com/koding/multiconfig v0.0.0-20171124222453-69c27309b2d7
github.com/parnurzeal/gorequest v0.2.16
github.com/robertkrimen/otto v0.0.0-20211024170158-b87d35c0b86f
github.com/robfig/cron/v3 v3.0.1
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
)
require (
github.com/BurntSushi/toml v0.4.1 // indirect
github.com/antchfx/xpath v1.2.0 // indirect
github.com/chromedp/sysutil v1.0.0 // indirect
github.com/elazarl/goproxy v0.0.0-20210801061803-8e322dfb79c4 // indirect
github.com/fatih/camelcase v1.0.0 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/go-playground/locales v0.13.0 // indirect
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/go-playground/validator/v10 v10.4.1 // 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/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/golang/protobuf v1.3.3 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.9 // indirect
github.com/leodido/go-urn v1.2.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/smartystreets/goconvey v1.7.2 // indirect
github.com/ugorji/go/codec v1.1.7 // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
golang.org/x/net v0.0.0-20200421231249-e086a090c8fd // indirect
golang.org/x/sys v0.0.0-20210525143221-35b2ab0089ea // indirect
golang.org/x/text v0.3.2 // indirect
gopkg.in/sourcemap.v1 v1.0.5 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
moul.io/http2curl v1.0.0 // indirect
)