-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
30 lines (27 loc) · 1.05 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
module github.com/zooper-corp/CoinWatch
go 1.18
require (
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1
github.com/guptarohit/asciigraph v0.5.5
github.com/jedib0t/go-pretty/v6 v6.3.1
github.com/scylladb/go-set v1.0.2
github.com/shopspring/decimal v1.3.1
github.com/spf13/cobra v1.4.0
github.com/superoo7/go-gecko v1.0.0
github.com/upper/db/v4 v4.5.2
github.com/wcharczuk/go-chart v2.0.1+incompatible
gopkg.in/yaml.v2 v2.4.0
modernc.org/mathutil v1.4.1
)
require (
github.com/blend/go-sdk v1.20220411.3 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mattn/go-sqlite3 v1.14.9 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/image v0.0.0-20220902085622-e7cb96979f69 // indirect
golang.org/x/sys v0.0.0-20220513210249-45d2b4557a2a // indirect
)