|
1 | 1 | module github.com/coinrust/crex
|
2 | 2 |
|
3 |
| -go 1.13 |
| 3 | +go 1.15 |
4 | 4 |
|
5 | 5 | require (
|
6 | 6 | github.com/BurntSushi/toml v0.3.1
|
7 | 7 | github.com/MauriceGit/skiplist v0.0.0-20191117202105-643e379adb62
|
8 |
| - github.com/adshao/go-binance v0.0.0-20200326152909-7314295d8a33 |
9 |
| - github.com/beaquant/utils v0.0.0-20200214111051-cad84a41cb41 |
| 8 | + github.com/beaquant/utils v0.0.0-20210215234655-6b25ba8e2337 |
10 | 9 | github.com/chuckpreslar/emission v0.0.0-20170206194824-a7ddd980baf9
|
11 | 10 | github.com/frankrap/bitmex-api v1.0.1
|
12 | 11 | github.com/frankrap/bybit-api v1.0.3
|
13 | 12 | github.com/frankrap/deribit-api v1.0.3
|
14 | 13 | github.com/frankrap/huobi-api v1.0.2
|
15 | 14 | github.com/frankrap/okex-api v1.0.4
|
16 |
| - github.com/go-echarts/go-echarts v0.0.0-20190915064101-cbb3b43ade5d |
17 |
| - github.com/gobuffalo/packr v1.30.1 // indirect |
| 15 | + github.com/go-echarts/go-echarts v1.0.0 |
18 | 16 | github.com/json-iterator/go v1.1.10
|
19 | 17 | github.com/micro/go-micro v1.18.0 // indirect
|
20 | 18 | github.com/rakyll/statik v0.1.7
|
21 |
| - github.com/rocketlaunchr/dataframe-go v0.0.0-20200525081431-b8b481c96d94 |
22 |
| - github.com/sirupsen/logrus v1.7.0 |
| 19 | + github.com/rocketlaunchr/dataframe-go v0.0.0-20210217092801-7a54a6d5685b |
| 20 | + github.com/sirupsen/logrus v1.8.1 |
23 | 21 | github.com/sony/sonyflake v1.0.0
|
24 | 22 | github.com/spf13/cast v1.3.1
|
25 |
| - github.com/stretchr/testify v1.6.1 |
26 |
| - github.com/tidwall/gjson v1.6.1 |
27 |
| - go.mongodb.org/mongo-driver v1.4.2 |
| 23 | + github.com/stretchr/testify v1.7.0 |
| 24 | + github.com/tidwall/gjson v1.7.4 |
| 25 | + go.mongodb.org/mongo-driver v1.5.1 |
28 | 26 | go.uber.org/zap v1.16.0
|
29 | 27 | gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
30 | 28 | )
|
0 commit comments