-
-
Notifications
You must be signed in to change notification settings - Fork 254
/
Copy pathgo.mod
41 lines (39 loc) · 1.86 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
40
41
module github.com/saniales/golang-crypto-trading-bot
go 1.17
require (
github.com/adshao/go-binance/v2 v2.3.3
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/beldur/kraken-go-api-client v0.0.0-20210512194559-2c29669c4ecc
github.com/bitfinexcom/bitfinex-api-go v0.0.0-20210608095005-9e0b26f200fb
github.com/bwmarrin/discordgo v0.23.2
github.com/dgrr/fastws v1.0.4 // indirect
github.com/fatih/structs v1.1.0
github.com/fiore/kucoin-go v0.0.0-20190107105632-5a814c26befa
github.com/franela/goblin v0.0.0-20211003143422-0a4f594942bf // indirect
github.com/gofrs/uuid v4.2.0+incompatible
github.com/google/go-querystring v1.1.0 // indirect
github.com/juju/errors v0.0.0-20210818161939-5560c4c073ff
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/klauspost/compress v1.14.1 // indirect
github.com/onsi/gomega v1.17.0 // indirect
github.com/pharrisee/poloniex-api v0.0.0-20200602104112-ce8fafd80b26
github.com/pkg/errors v0.9.1 // indirect
github.com/recws-org/recws v1.4.0 // indirect
github.com/saniales/go-hitbtc v0.0.0-20190107211814-7468d66640dd
github.com/shomali11/proper v0.0.0-20190608032528-6e70a05688e7 // indirect
github.com/shomali11/slacker v0.0.0-20211215041426-c14027d091d5
github.com/shopspring/decimal v1.3.1
github.com/sirupsen/logrus v1.8.1
github.com/slack-go/slack v0.10.1
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/sourcegraph/jsonrpc2 v0.1.0 // indirect
github.com/spf13/cobra v1.3.0
github.com/thebotguys/golang-bittrex-api v0.0.0-20210125125813-27a8629619aa
github.com/toorop/go-bittrex v0.0.4
github.com/ugorji/go v1.2.6 // indirect
github.com/valyala/fasthttp v1.32.0 // indirect
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce // indirect
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
gopkg.in/tucnak/telebot.v2 v2.5.0
gopkg.in/yaml.v2 v2.4.0
)