forked from HIM049/BADownloader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
30 lines (27 loc) · 1.02 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 BADownloader
go 1.19
require (
github.com/cheggaaa/pb/v3 v3.1.4
github.com/gcottom/mp3-mp4-tag v1.2.0
github.com/urfave/cli v1.22.14
)
require (
github.com/Sorrow446/go-mp4tag v0.0.0-20220705231847-a6f24ef004f0 // indirect
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/abema/go-mp4 v0.7.2 // indirect
github.com/bogem/id3v2 v1.2.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/fatih/color v1.15.0 // indirect
github.com/go-flac/flacpicture v0.3.0 // indirect
github.com/go-flac/flacvorbis v0.2.0 // indirect
github.com/go-flac/go-flac v1.0.0 // indirect
github.com/google/uuid v1.1.2 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/sunfish-shogi/bufseekio v0.1.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.7.0 // indirect
)