Skip to content

Commit cd82a4e

Browse files
committed
update go version
1 parent 5312faf commit cd82a4e

File tree

3 files changed

+125
-11
lines changed

3 files changed

+125
-11
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: go
22
go:
3-
- 1.13
3+
- 1.15
44

55
sudo: false
66
os:

go.mod

+8-10
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,28 @@
11
module github.com/coinrust/crex
22

3-
go 1.13
3+
go 1.15
44

55
require (
66
github.com/BurntSushi/toml v0.3.1
77
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
109
github.com/chuckpreslar/emission v0.0.0-20170206194824-a7ddd980baf9
1110
github.com/frankrap/bitmex-api v1.0.1
1211
github.com/frankrap/bybit-api v1.0.3
1312
github.com/frankrap/deribit-api v1.0.3
1413
github.com/frankrap/huobi-api v1.0.2
1514
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
1816
github.com/json-iterator/go v1.1.10
1917
github.com/micro/go-micro v1.18.0 // indirect
2018
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
2321
github.com/sony/sonyflake v1.0.0
2422
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
2826
go.uber.org/zap v1.16.0
2927
gopkg.in/natefinch/lumberjack.v2 v2.0.0
3028
)

0 commit comments

Comments
 (0)