-
Notifications
You must be signed in to change notification settings - Fork 157
/
Copy pathgo.mod
30 lines (28 loc) · 1.05 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
module github.com/coinrust/crex
go 1.15
require (
github.com/BurntSushi/toml v1.1.0
github.com/MauriceGit/skiplist v0.0.0-20191117202105-643e379adb62
github.com/adshao/go-binance/v2 v2.3.4
github.com/beaquant/utils v0.0.0-20210215234655-6b25ba8e2337
github.com/chuckpreslar/emission v0.0.0-20170206194824-a7ddd980baf9
github.com/frankrap/bitmex-api v1.0.1
github.com/frankrap/bybit-api v1.0.8
github.com/frankrap/deribit-api v1.0.3
github.com/frankrap/huobi-api v1.0.2
github.com/frankrap/okex-api v1.0.4
github.com/go-echarts/go-echarts v1.0.0
github.com/json-iterator/go v1.1.12
github.com/micro/go-micro v1.18.0 // indirect
github.com/pelletier/go-toml v1.7.0 // indirect
github.com/rakyll/statik v0.1.7
github.com/rocketlaunchr/dataframe-go v0.0.0-20210217092801-7a54a6d5685b
github.com/sirupsen/logrus v1.8.1
github.com/sony/sonyflake v1.0.0
github.com/spf13/cast v1.4.1
github.com/stretchr/testify v1.7.0
github.com/tidwall/gjson v1.14.0
go.mongodb.org/mongo-driver v1.8.4
go.uber.org/zap v1.21.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)