-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
20 lines (17 loc) · 874 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/mshogin/randomtrader
go 1.13
require (
cloud.google.com/go/storage v1.10.0
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/lestrrat-go/strftime v1.0.3 // indirect
github.com/stretchr/testify v1.6.1
github.com/tebeka/strftime v0.1.5 // indirect
github.com/thrasher-corp/gocryptotrader v0.0.0-20200512041844-bfab151e9295
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect
golang.org/x/tools v0.0.0-20201210164618-f31efc5a5c28 // indirect
google.golang.org/api v0.30.0
google.golang.org/grpc v1.34.0
)
replace github.com/thrasher-corp/gocryptotrader v0.0.0-20200512041844-bfab151e9295 => github.com/mshogin/gocryptotrader v0.0.0-20201206003423-342747266688