forked from apache/rocketmq-client-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (20 loc) · 736 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/apache/rocketmq-client-go/v2
go 1.13
require (
github.com/emirpasic/gods v1.12.0
github.com/golang/mock v1.3.1
github.com/json-iterator/go v1.1.9
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/errors v0.8.1
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.4.1
github.com/smartystreets/goconvey v1.6.4
github.com/stathat/consistent v1.0.0
github.com/stretchr/testify v1.3.0
github.com/tidwall/gjson v1.13.0
go.uber.org/atomic v1.5.1
golang.org/dl v0.0.0-20220315170520-faa7218da89a // indirect
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
stathat.com/c/consistent v1.0.0 // indirect
)