-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
20 lines (18 loc) · 777 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module hamednikzad/exchange-message-broker
go 1.19
require (
github.com/adshao/go-binance/v2 v2.3.10
github.com/asaskevich/EventBus v0.0.0-20200907212545-49d423059eef
github.com/bitly/go-simplejson v0.5.0 // indirect
github.com/gorilla/websocket v1.5.0
github.com/json-iterator/go v1.1.12 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/sirupsen/logrus v1.9.0
//github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/sys v0.2.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)