-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
29 lines (27 loc) · 1.12 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
module github.com/jackgris/goscrapy
go 1.15
require (
github.com/PuerkitoBio/goquery v1.8.0
github.com/antchfx/htmlquery v1.2.6 // indirect
github.com/antchfx/xmlquery v1.3.14 // indirect
github.com/gocolly/colly/v2 v2.1.0
github.com/gofiber/fiber/v2 v2.41.0
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/joho/godotenv v1.4.0
github.com/klauspost/compress v1.15.15 // indirect
github.com/montanaflynn/stats v0.7.0 // indirect
github.com/rivo/uniseg v0.4.3 // indirect
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
github.com/sirupsen/logrus v1.8.2
github.com/temoto/robotstxt v1.1.2 // indirect
github.com/valyala/fasthttp v1.44.0 // indirect
github.com/xdg-go/scram v1.1.2 // indirect
github.com/xuri/excelize/v2 v2.7.1
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
go.mongodb.org/mongo-driver v1.11.1
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)