-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (23 loc) · 953 Bytes
/
go.mod
File metadata and controls
25 lines (23 loc) · 953 Bytes
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
module github.com/unstppbl/gowap
go 1.16
require (
github.com/PuerkitoBio/goquery v1.7.1
github.com/antchfx/htmlquery v1.2.3 // indirect
github.com/antchfx/xmlquery v1.3.5 // indirect
github.com/antchfx/xpath v1.1.11 // indirect
github.com/go-rod/rod v0.101.8
github.com/gobwas/glob v0.2.3 // indirect
github.com/gocolly/colly v1.2.0
github.com/golang/protobuf v1.5.1 // indirect
github.com/json-iterator/go v1.1.12
github.com/kennygrant/sanitize v1.2.4 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
github.com/temoto/robotstxt v1.1.2
go.zoe.im/surferua v0.0.3
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)