-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathgo.mod
40 lines (38 loc) · 1.91 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
module github.com/seatgeek/nomad-firehose
go 1.14
require (
github.com/Shopify/sarama v1.19.0
github.com/Shopify/toxiproxy v2.1.4+incompatible // indirect
github.com/aws/aws-sdk-go v1.25.41
github.com/docker/go-units v0.4.0 // 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/frankban/quicktest v1.8.1 // indirect
github.com/garyburd/redigo v1.6.0
github.com/go-stack/stack v1.7.0 // indirect
github.com/gorhill/cronexpr v0.0.0-20140423231348-a557574d6c02 // indirect
github.com/hashicorp/consul v1.3.0
github.com/hashicorp/go-uuid v1.0.2 // indirect
github.com/hashicorp/memberlist v0.2.0 // indirect
github.com/hashicorp/nomad v0.8.6
github.com/hashicorp/raft v1.0.1-0.20180117202925-077966dbc90f // indirect
github.com/hashicorp/serf v0.8.2-0.20180809141758-19bbd39e421b // indirect
github.com/hashicorp/vault/api v1.0.4 // indirect
github.com/mitchellh/hashstructure v0.0.0-20160118175604-1ef5c71b025a // indirect
github.com/mongodb/mongo-go-driver v0.0.17
github.com/nsqio/go-nsq v1.0.7
github.com/pierrec/lz4 v2.4.1+incompatible // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a // indirect
github.com/seatgeek/logrus-gelf-formatter v0.0.0-20180829220724-ce23ecb3f367
github.com/sirupsen/logrus v1.0.2-0.20170719154753-00386b3fbd63
github.com/streadway/amqp v0.0.0-20181107104731-27835f1a64e9
github.com/stretchr/testify v1.5.1 // indirect
github.com/tidwall/pretty v1.0.1 // indirect
github.com/ugorji/go v0.0.0-20170620060102-0053ebfd9d0e // indirect
github.com/xdg/scram v0.0.0-20180714160537-b32d4bd2c91c // indirect
github.com/xdg/stringprep v1.0.1-0.20180714160509-73f8eece6fdc // indirect
golang.org/x/net v0.0.0-20200202094626-16171245cfb2 // indirect
gopkg.in/urfave/cli.v1 v1.20.0
)