-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
21 lines (19 loc) · 803 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/ride90/youtube-to-mp3
go 1.19
require (
github.com/bitly/go-simplejson v0.5.0 // indirect
github.com/dlclark/regexp2 v1.7.0 // indirect
github.com/dop251/goja v0.0.0-20221115122301-6c0d9883792e // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
github.com/gosimple/slug v1.13.1 // indirect
github.com/gosimple/unidecode v1.0.1 // indirect
github.com/gosuri/uilive v0.0.4 // indirect
github.com/gosuri/uiprogress v0.0.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/kkdai/youtube/v2 v2.7.18 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/spf13/cobra v1.6.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.2.0 // indirect
golang.org/x/text v0.4.0 // indirect
)