forked from tylertreat/mq-benchmarking
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (24 loc) · 1.04 KB
/
Copy pathgo.mod
File metadata and controls
26 lines (24 loc) · 1.04 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
module github.com/jaehoonkim/mq-benchmarking
go 1.14
require (
git.apache.org/thrift.git v0.13.0 // indirect
github.com/Shopify/sarama v1.26.4
github.com/alindeman/go-kestrel v0.0.0-20131116144519-9c3cb4ecae9b
github.com/garyburd/redigo v1.6.2
github.com/go-stack/stack v1.8.0 // indirect
github.com/kr/beanstalk v0.0.0-20180818045031-cae1762e4858
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/nats-io/nats.go v1.10.0
github.com/nsqio/go-nsq v1.0.8
github.com/op/go-nanomsg v0.0.0-20160608204431-48d7bb6353de
github.com/pebbe/zmq4 v1.2.1
github.com/project-iris/iris v0.3.2 // indirect
github.com/streadway/amqp v1.0.0
github.com/surge/glog v0.0.0-20141108051140-2578deb2b95c // indirect
github.com/surge/surgemq v0.0.0-20181111185059-782e2da07805
github.com/surgemq/message v0.0.0-20151017233315-2b7ca1ac6121
github.com/surgemq/surgemq v0.0.0-20181111185059-782e2da07805 // indirect
gopkg.in/inconshreveable/log15.v2 v2.0.0-20200109203555-b30bc20e4fd1 // indirect
gopkg.in/project-iris/iris-go.v1 v1.0.0
gopkg.in/stomp.v1 v1.0.1
)