forked from tylertreat/bench
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
21 lines (20 loc) · 900 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/bench
require (
github.com/Shopify/sarama v1.22.1
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd
github.com/garyburd/redigo v1.6.0
github.com/gocql/gocql v0.0.0-20190523124812-0680bfb96414
github.com/gogo/protobuf v1.2.1 // indirect
github.com/nats-io/go-nats v1.7.2
github.com/nats-io/go-nats-streaming v0.4.5
github.com/nats-io/nats.go v1.7.2 // indirect
github.com/nats-io/nkeys v0.0.2 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
github.com/nats-io/stan.go v0.4.5 // indirect
github.com/nsqio/go-nsq v1.0.7
github.com/streadway/amqp v0.0.0-20190404075320-75d898a42a94
github.com/tylertreat/bench v0.0.0-20170911233726-eb938b1b5e35
github.com/tylertreat/hdrhistogram-writer v0.0.0-20180430173243-73b8d31ba571
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
golang.org/x/tools v0.0.0-20190530043710-12d73424210d // indirect
)