-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
23 lines (21 loc) · 988 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
module github.com/murat/earthquake
go 1.13
require (
github.com/PuerkitoBio/goquery v1.5.0 // indirect
github.com/antchfx/htmlquery v1.0.0 // indirect
github.com/antchfx/xmlquery v1.0.0 // indirect
github.com/antchfx/xpath v1.0.0 // indirect
github.com/deckarep/gosx-notifier v0.0.0-20180201035817-e127226297fb // indirect
github.com/gen2brain/beeep v0.0.0-20190719094215-ece0cb67ca77
github.com/gobwas/glob v0.2.3 // indirect
github.com/gocolly/colly v1.2.0
github.com/godbus/dbus v4.1.0+incompatible // indirect
github.com/kardianos/service v1.0.0
github.com/kennygrant/sanitize v1.2.4 // indirect
github.com/lestrrat-go/strftime v0.0.0-20190725011945-5c849dd2c51d
github.com/martinlindhe/notify v0.0.0-20181008203735-20632c9a275a
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
github.com/temoto/robotstxt v1.1.1 // indirect
golang.org/x/net v0.0.0-20190926025831-c00fd9afed17 // indirect
google.golang.org/appengine v1.6.3 // indirect
)