-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (21 loc) · 810 Bytes
/
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
module brubot
go 1.14
require (
github.com/PuerkitoBio/goquery v1.5.1 // indirect
github.com/andybalholm/cascadia v1.2.0 // indirect
github.com/antchfx/htmlquery v1.2.3 // indirect
github.com/antchfx/xmlquery v1.2.4 // indirect
github.com/antchfx/xpath v1.1.8 // indirect
github.com/gocolly/colly v1.2.0
github.com/gocolly/colly/v2 v2.0.1
github.com/golang/protobuf v1.4.2 // indirect
github.com/google/martian v2.1.0+incompatible
github.com/jcmturner/gokrb5/v8 v8.3.0 // indirect
github.com/lib/pq v1.6.0
github.com/lithammer/fuzzysearch v1.1.0
github.com/sirupsen/logrus v1.6.0
github.com/spf13/viper v1.7.0
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
google.golang.org/appengine v1.6.6 // indirect
)