-
Notifications
You must be signed in to change notification settings - Fork 44
/
go.mod
37 lines (36 loc) · 1.86 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
32
33
34
35
36
37
module github.com/gocaio/goca
require (
github.com/32bitkid/bitreader v0.0.0-20180710164922-66b707e0f706 // indirect
github.com/PuerkitoBio/goquery v1.5.0 // indirect
github.com/RangelReale/swfinfo v0.0.0-20180612120335-24bc2c8ef835
github.com/antchfx/htmlquery v0.0.0-20181228060131-db5c1236cbb4 // indirect
github.com/antchfx/xmlquery v0.0.0-20181223105952-355641961c92 // indirect
github.com/antchfx/xpath v0.0.0-20181208024549-4bbdf6db12aa // indirect
github.com/asaskevich/EventBus v0.0.0-20180315140547-d46933a94f05
github.com/dhowden/tag v0.0.0-20181104225729-a9f04c2798ca
github.com/fatih/color v1.7.0 // indirect
github.com/gehaxelt/ds_store v0.0.0-20160410173536-89310cee0104
github.com/gobwas/glob v0.2.3 // indirect
github.com/gocolly/colly v1.1.0
github.com/h2non/filetype v1.0.6
github.com/kennygrant/sanitize v1.2.4 // indirect
github.com/kevinborras/metagoffice v1.0.0
github.com/kevinborras/metagopenoffice v0.0.0-20190130115525-5f50564a872b
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/mattn/go-runewidth v0.0.4
github.com/nsf/termbox-go v0.0.0-20190325093121-288510b9734e
github.com/nwidger/jsoncolor v0.0.0-20170215171346-75a6de4340e5
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
github.com/sirupsen/logrus v1.3.0
github.com/smira/lzma v0.0.0-20160124201817-7f0af6269940 // indirect
github.com/temoto/robotstxt v0.0.0-20180810133444-97ee4a9ee6ea // indirect
github.com/timshannon/bolthold v0.0.0-20190315152903-eed35b755671
github.com/tkrajina/gpxgo v1.0.0
go.etcd.io/bbolt v1.3.2 // indirect
go.mongodb.org/mongo-driver v1.0.0
golang.org/x/net v0.0.0-20190311183353-d8887717615a // indirect
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect
google.golang.org/appengine v1.4.0 // indirect
trimmer.io/go-xmp v0.0.0-20181216222714-4f6a2fb384a3
)