-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
39 lines (37 loc) · 1.67 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
31
32
33
34
35
36
37
38
39
module gitlab.com/crypto_project/core/strategy_service
go 1.13
require (
github.com/Cryptocurrencies-AI/go-binance v1.0.2-0.20210121071504-98c7d8ef4d8a
github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect
github.com/andybalholm/brotli v1.0.3 // indirect
github.com/aws/aws-sdk-go v1.38.51 // indirect
github.com/betazoid/go-binance v1.0.0 // indirect
github.com/buaazp/fasthttprouter v0.1.1
github.com/cactus/go-statsd-client/statsd v0.0.0-20200728222731-a2baea3bbfc6
github.com/go-kit/kit v0.10.0 // indirect
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/go-redsync/redsync/v4 v4.3.0
github.com/go-sql-driver/mysql v1.5.0
github.com/gomodule/redigo v2.0.0+incompatible
github.com/gorilla/websocket v1.4.2 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/joho/godotenv v1.3.0
github.com/klauspost/compress v1.12.3 // indirect
github.com/klauspost/cpuid v1.3.1 // indirect
github.com/mitchellh/mapstructure v1.4.1
github.com/pkg/errors v0.9.1 // indirect
github.com/qmuntal/stateless v1.3.0
github.com/shirou/gopsutil v3.21.5+incompatible
github.com/theMattCode/go-binance v1.0.0 // indirect
github.com/tklauser/go-sysconf v0.3.6 // indirect
github.com/valyala/fasthttp v1.26.0
github.com/xdg/scram v1.0.3 // indirect
github.com/xdg/stringprep v1.0.3 // indirect
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
go.mongodb.org/mongo-driver v1.5.2
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.17.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20210601080250-7ecdf8ef093b // indirect
)