forked from trivago/gollum
-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
61 lines (60 loc) · 3.1 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
module github.com/trivago/gollum
require (
github.com/MeteoGroup/go-metrics-prometheus v0.0.0-20170102121754-1d412ec2ed4f
github.com/Shopify/sarama v1.17.0
github.com/Shopify/toxiproxy v2.1.3+incompatible // indirect
github.com/abbot/go-http-auth v0.4.0
github.com/arbovm/levenshtein v0.0.0-20160628152529-48b4e1c0c4d0
github.com/artyom/fb303 v0.0.0-20130902104109-fa4a241cefb1
github.com/artyom/scribe v0.0.0-20130902104122-35c1da66e76d
github.com/artyom/thrift v0.0.0-20130902103359-388840a05deb
github.com/aws/aws-sdk-go v1.15.22
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 // indirect
github.com/brutella/can v0.0.0-20180117080637-818f1bc3aba8
github.com/bsm/sarama-cluster v2.1.15+incompatible
github.com/coreos/go-systemd v0.0.0-20180705093442-88bfeed483d3
github.com/coreos/pkg v0.0.0-20180108230652-97fdf19511ea // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/eapache/go-resiliency v1.1.0 // indirect
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect
github.com/eapache/queue v1.1.0 // indirect
github.com/fsnotify/fsnotify v1.4.7
github.com/go-redis/redis v6.14.0+incompatible
github.com/golang/protobuf v1.2.0
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
github.com/gorilla/websocket v1.3.0
github.com/jtolds/gls v4.2.1+incompatible // indirect
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.3 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/miekg/pcap v0.0.0-20170124221734-51d9d986bf8d
github.com/mmcloughlin/geohash v0.0.0-20180625052535-3b756d8ac3d9
github.com/mssola/user_agent v0.4.1
github.com/onsi/gomega v1.4.2 // indirect
github.com/oschwald/maxminddb-golang v1.3.0 // indirect
github.com/pierrec/lz4 v2.0.3+incompatible // indirect
github.com/pkg/errors v0.8.0
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_golang v0.8.0
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 // indirect
github.com/prometheus/common v0.0.0-20180801064454-c7de2306084e // indirect
github.com/prometheus/procfs v0.0.0-20180725123919-05ee40e3a273 // indirect
github.com/quipo/statsd v0.0.0-20180118161217-3d6a5565f314
github.com/rcrowley/go-metrics v0.0.0-20180503174638-e2704e165165
github.com/sirupsen/logrus v1.0.6
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a // indirect
github.com/stretchr/testify v1.2.2 // indirect
github.com/trivago/grok v1.0.0
github.com/trivago/tgo v1.0.5
github.com/x-cray/logrus-prefixed-formatter v0.5.2
golang.org/x/crypto v0.0.0-20180820150726-614d502a4dac
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
gopkg.in/mcuadros/go-syslog.v2 v2.2.1
gopkg.in/olivere/elastic.v5 v5.0.74
gopkg.in/oschwald/geoip2-golang.v1 v1.2.1
gopkg.in/yaml.v2 v2.2.1
)