-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathgo.mod
26 lines (24 loc) · 954 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
25
26
module github.com/aleibovici/cryptopump
go 1.16
require (
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/adshao/go-binance/v2 v2.3.1
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/go-echarts/go-echarts/v2 v2.2.4
github.com/go-sql-driver/mysql v1.6.0
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
github.com/gorilla/websocket v1.4.2 // indirect
github.com/jtaczanowski/go-scheduler v0.1.0
github.com/paulbellamy/ratecounter v0.2.0
github.com/rs/xid v1.3.0
github.com/sdcoffey/big v0.7.0
github.com/sdcoffey/techan v0.12.1
github.com/sirupsen/logrus v1.8.1
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/spf13/cast v1.4.1 // indirect
github.com/spf13/viper v1.8.1
github.com/tcnksm/go-httpstat v0.2.0
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 // indirect
golang.org/x/text v0.3.7 // indirect
)