|
1 | 1 | module github.com/saniales/golang-crypto-trading-bot
|
2 | 2 |
|
3 |
| -go 1.17 |
| 3 | +go 1.20 |
4 | 4 |
|
5 | 5 | require (
|
6 |
| - github.com/adshao/go-binance/v2 v2.3.3 |
7 |
| - github.com/andybalholm/brotli v1.0.4 // indirect |
| 6 | + github.com/adshao/go-binance/v2 v2.4.1 |
8 | 7 | github.com/beldur/kraken-go-api-client v0.0.0-20210512194559-2c29669c4ecc
|
9 | 8 | github.com/bitfinexcom/bitfinex-api-go v0.0.0-20210608095005-9e0b26f200fb
|
10 |
| - github.com/bwmarrin/discordgo v0.23.2 |
11 |
| - github.com/dgrr/fastws v1.0.4 // indirect |
| 9 | + github.com/bwmarrin/discordgo v0.27.0 |
12 | 10 | github.com/fatih/structs v1.1.0
|
13 | 11 | github.com/fiore/kucoin-go v0.0.0-20190107105632-5a814c26befa
|
14 |
| - github.com/franela/goblin v0.0.0-20211003143422-0a4f594942bf // indirect |
15 |
| - github.com/gofrs/uuid v4.2.0+incompatible |
16 |
| - github.com/google/go-querystring v1.1.0 // indirect |
17 |
| - github.com/juju/errors v0.0.0-20210818161939-5560c4c073ff |
18 |
| - github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect |
19 |
| - github.com/klauspost/compress v1.14.1 // indirect |
20 |
| - github.com/onsi/gomega v1.17.0 // indirect |
| 12 | + github.com/gofrs/uuid v4.4.0+incompatible |
| 13 | + github.com/juju/errors v1.0.0 |
21 | 14 | github.com/pharrisee/poloniex-api v0.0.0-20200602104112-ce8fafd80b26
|
22 |
| - github.com/pkg/errors v0.9.1 // indirect |
23 |
| - github.com/recws-org/recws v1.4.0 // indirect |
24 | 15 | github.com/saniales/go-hitbtc v0.0.0-20190107211814-7468d66640dd
|
25 |
| - github.com/shomali11/proper v0.0.0-20190608032528-6e70a05688e7 // indirect |
26 |
| - github.com/shomali11/slacker v0.0.0-20211215041426-c14027d091d5 |
| 16 | + github.com/shomali11/slacker v1.3.1 |
27 | 17 | github.com/shopspring/decimal v1.3.1
|
28 |
| - github.com/sirupsen/logrus v1.8.1 |
29 |
| - github.com/slack-go/slack v0.10.1 |
30 |
| - github.com/smartystreets/goconvey v1.6.4 // indirect |
31 |
| - github.com/sourcegraph/jsonrpc2 v0.1.0 // indirect |
32 |
| - github.com/spf13/cobra v1.3.0 |
| 18 | + github.com/sirupsen/logrus v1.9.0 |
| 19 | + github.com/slack-go/slack v0.12.1 |
| 20 | + github.com/spf13/cobra v1.6.1 |
33 | 21 | github.com/thebotguys/golang-bittrex-api v0.0.0-20210125125813-27a8629619aa
|
34 |
| - github.com/toorop/go-bittrex v0.0.4 |
35 |
| - github.com/ugorji/go v1.2.6 // indirect |
36 |
| - github.com/valyala/fasthttp v1.32.0 // indirect |
37 |
| - golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce // indirect |
38 |
| - golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect |
| 22 | + github.com/toorop/go-bittrex v0.0.5 |
39 | 23 | gopkg.in/tucnak/telebot.v2 v2.5.0
|
40 | 24 | gopkg.in/yaml.v2 v2.4.0
|
41 | 25 | )
|
| 26 | + |
| 27 | +require ( |
| 28 | + github.com/andybalholm/brotli v1.0.5 // indirect |
| 29 | + github.com/bitly/go-simplejson v0.5.0 // indirect |
| 30 | + github.com/chuckpreslar/emission v0.0.0-20170206194824-a7ddd980baf9 // indirect |
| 31 | + github.com/dgrr/fastws v1.0.4 // indirect |
| 32 | + github.com/franela/goblin v0.0.0-20211003143422-0a4f594942bf // indirect |
| 33 | + github.com/franela/goreq v0.0.0-20171204163338-bcd34c9993f8 // indirect |
| 34 | + github.com/google/go-cmp v0.5.9 // indirect |
| 35 | + github.com/google/go-querystring v1.1.0 // indirect |
| 36 | + github.com/gorilla/websocket v1.5.0 // indirect |
| 37 | + github.com/inconshreveable/mousetrap v1.1.0 // indirect |
| 38 | + github.com/jpillora/backoff v1.0.0 // indirect |
| 39 | + github.com/json-iterator/go v1.1.12 // indirect |
| 40 | + github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect |
| 41 | + github.com/k0kubun/pp v3.0.1+incompatible // indirect |
| 42 | + github.com/klauspost/compress v1.16.0 // indirect |
| 43 | + github.com/mattn/go-colorable v0.1.13 // indirect |
| 44 | + github.com/mattn/go-isatty v0.0.17 // indirect |
| 45 | + github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
| 46 | + github.com/modern-go/reflect2 v1.0.2 // indirect |
| 47 | + github.com/onsi/gomega v1.27.1 // indirect |
| 48 | + github.com/pkg/errors v0.9.1 // indirect |
| 49 | + github.com/recws-org/recws v1.4.0 // indirect |
| 50 | + github.com/shomali11/commander v0.0.0-20220716022157-b5248c76541a // indirect |
| 51 | + github.com/shomali11/proper v0.0.0-20190608032528-6e70a05688e7 // indirect |
| 52 | + github.com/smartystreets/goconvey v1.7.2 // indirect |
| 53 | + github.com/sourcegraph/jsonrpc2 v0.2.0 // indirect |
| 54 | + github.com/spf13/pflag v1.0.5 // indirect |
| 55 | + github.com/streamrail/concurrent-map v0.0.0-20160823150647-8bf1e9bacbf6 // indirect |
| 56 | + github.com/thebotguys/signalr v0.0.0-20190119054324-787ebe6729fc // indirect |
| 57 | + github.com/ugorji/go/codec v1.2.10 // indirect |
| 58 | + github.com/valyala/bytebufferpool v1.0.0 // indirect |
| 59 | + github.com/valyala/fasthttp v1.44.0 // indirect |
| 60 | + golang.org/x/crypto v0.6.0 // indirect |
| 61 | + golang.org/x/sys v0.5.0 // indirect |
| 62 | + gopkg.in/beatgammit/turnpike.v2 v2.0.0-20170911161258-573f579df7ee // indirect |
| 63 | +) |
0 commit comments