forked from marcio199226/ytd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
22 lines (20 loc) · 802 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
module ytd
go 1.16
require (
github.com/Masterminds/semver v1.5.0 // indirect
github.com/fatih/color v1.12.0 // indirect
github.com/kkdai/youtube/v2 v2.7.2
github.com/leaanthony/slicer v1.6.0 // indirect
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/mitchellh/mapstructure v1.4.1
github.com/pkg/browser v0.0.0-20210706143420-7d21f8c997e2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/wailsapp/wails v1.16.6
github.com/xujiajun/nutsdb v0.6.0
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d // indirect
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
golang.org/x/sys v0.0.0-20210817190340-bfb29a6856f2 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/tucnak/telebot.v2 v2.3.5
)