-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
31 lines (28 loc) · 1.16 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
module github.com/crawlerclub/extractor
go 1.23.1
require (
github.com/antchfx/htmlquery v1.3.3
github.com/crawlerclub/httpcache v0.0.0-20241129161459-eb809f625012
github.com/go-rod/rod v0.116.2
golang.org/x/net v0.31.0
)
require (
github.com/antchfx/xpath v1.3.2 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/gorilla/css v1.0.1 // indirect
github.com/liuzl/store v0.0.0-20190530065605-e2dbcd3c77fc // indirect
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
github.com/projectdiscovery/blackrock v0.0.1 // indirect
github.com/projectdiscovery/useragent v0.0.80 // indirect
github.com/projectdiscovery/utils v0.2.21 // indirect
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
github.com/syndtr/goleveldb v1.0.0 // indirect
github.com/ysmood/fetchup v0.2.4 // indirect
github.com/ysmood/goob v0.4.0 // indirect
github.com/ysmood/got v0.40.0 // indirect
github.com/ysmood/gson v0.7.3 // indirect
github.com/ysmood/leakless v0.9.0 // indirect
golang.org/x/text v0.20.0 // indirect
)