forked from peternavr/jivesearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
52 lines (50 loc) · 2.29 KB
/
go.mod
File metadata and controls
52 lines (50 loc) · 2.29 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
module github.com/jivesearch/jivesearch
go 1.12
require (
github.com/Knetic/govaluate v3.0.0+incompatible
github.com/PuerkitoBio/goquery v1.5.0
github.com/abursavich/nett v0.0.0-20150117192851-f31118c7aeb9
github.com/antchfx/htmlquery v1.0.0 // indirect
github.com/antchfx/xmlquery v1.0.0 // indirect
github.com/antchfx/xpath v0.0.0-20190319080838-ce1d48779e67 // indirect
github.com/argusdusty/Ferret v0.0.0-20190219174538-14de0b6c0445
github.com/dsnet/compress v0.0.1
github.com/dustin/go-humanize v1.0.0
github.com/evanoberholster/timezoneLookup v0.0.0-20181028095704-4a3a5b71a424
github.com/garyburd/redigo v1.6.0
github.com/go-redis/redis v6.15.2+incompatible // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/gocolly/colly v1.2.0
github.com/gocolly/redisstorage v0.0.0-20180819125329-cc8d514304a2
github.com/golang/snappy v0.0.1 // indirect
github.com/gorilla/mux v1.7.0
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jarcoal/httpmock v1.0.1
github.com/kennygrant/sanitize v1.2.4 // indirect
github.com/lib/pq v1.0.0
github.com/mailru/easyjson v0.0.0-20190312143242-1de009706dbe // indirect
github.com/microcosm-cc/bluemonday v1.0.2
github.com/mitchellh/mapstructure v1.1.2
github.com/olivere/elastic v6.2.17+incompatible
github.com/openprovider/ecbrates v0.0.0-20161122034436-f3782097d0a7
github.com/oschwald/geoip2-golang v1.2.1
github.com/oschwald/maxminddb-golang v1.3.0 // indirect
github.com/oxtoacart/bpool v0.0.0-20190227141107-8c4636f812cc
github.com/pariz/gountries v0.0.0-20171019111738-adb00f6513a3
github.com/pkg/errors v0.8.1
github.com/rafaeljusto/redigomock v0.0.0-20190202135759-257e089e14a1
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
github.com/spf13/afero v1.2.2
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.3.2
github.com/tdewolff/minify v2.3.6+incompatible
github.com/tdewolff/parse v2.3.4+incompatible // indirect
github.com/temoto/robotstxt v0.0.0-20180810133444-97ee4a9ee6ea
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
go.etcd.io/bbolt v1.3.2 // indirect
golang.org/x/net v0.0.0-20190328230028-74de082e2cca
golang.org/x/text v0.3.0
gopkg.in/DATA-DOG/go-sqlmock.v2 v2.0.0-20180914054222-c19298f520d0
willnorris.com/go/imageproxy v0.8.0
)