forked from coinrust/crex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.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
)