forked from rodrigo-brito/ninjabot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (22 loc) · 853 Bytes
/
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
module github.com/rodrigo-brito/ninjabot
go 1.16
require (
github.com/StudioSol/set v0.0.0-20211001132805-52fe71d0afcf
github.com/adshao/go-binance/v2 v2.3.2
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/evanw/esbuild v0.13.9
github.com/gorilla/websocket v1.4.2 // indirect
github.com/jpillora/backoff v1.0.0
github.com/kr/pretty v0.3.0 // indirect
github.com/markcheno/go-talib v0.0.0-20190307022042-cd53a9264d70
github.com/olekukonko/tablewriter v0.0.5
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.7.0
github.com/tidwall/buntdb v1.2.7
github.com/urfave/cli/v2 v2.3.0
github.com/xhit/go-str2duration/v2 v2.0.0
gopkg.in/tucnak/telebot.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c // indirect
)