-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathgo.mod
34 lines (31 loc) · 1.44 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
module triton
go 1.13
replace github.com/apache/rocketmq-client-go v0.0.0 => github.com/hhtlxhhxy/github.com_apache_rocketmq-client-go v2.0.0+incompatible
require (
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/Shopify/sarama v1.24.0
github.com/Unknwon/goconfig v0.0.0-20190425194916-3dba17dd7b9e // indirect
github.com/apache/rocketmq-client-go v0.0.0
github.com/bsm/sarama-cluster v2.1.15+incompatible
github.com/emirpasic/gods v1.12.0 // indirect
github.com/go-sql-driver/mysql v1.4.1
github.com/gogo/protobuf v1.3.1 // indirect
github.com/google/uuid v1.1.1 // indirect
github.com/imdario/mergo v0.3.8 // indirect
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/nsqio/go-nsq v1.0.7
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
github.com/sirupsen/logrus v1.4.2 // indirect
github.com/smallnest/rpcx v0.0.0-20200729031544-75f1e2894fdb // indirect
github.com/spf13/cast v1.3.0
github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271
github.com/tal-tech/loggerX v0.0.0-20200806121626-bc3db51db258
github.com/tal-tech/xtools v1.0.2
github.com/tidwall/gjson v1.5.0 // indirect
go.uber.org/zap v1.13.0 // indirect
google.golang.org/appengine v1.6.0 // indirect
stathat.com/c/consistent v1.0.0 // indirect
)