forked from jmuyuyang/queue_proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (20 loc) · 951 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/jmuyuyang/queue_proxy
go 1.12
require (
github.com/Shopify/sarama v1.22.1
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/fortytw2/leaktest v1.3.0 // indirect
github.com/gogap/errors v0.0.0-20160523102334-149c546090d0 // indirect
github.com/gogap/stack v0.0.0-20150131034635-fef68dddd4f8 // indirect
github.com/gomodule/redigo v2.0.0+incompatible
github.com/jmuyuyang/ali_mns v0.0.0-20180305085810-e7a7cc70efe5
github.com/jolestar/go-commons-pool v1.1.2
github.com/json-iterator/go v1.1.5
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect
github.com/pierrec/lz4 v2.0.3+incompatible // indirect
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a
github.com/satori/go.uuid v1.2.0
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
gopkg.in/yaml.v2 v2.2.1
)