-
Notifications
You must be signed in to change notification settings - Fork 11
/
go.mod
26 lines (23 loc) · 786 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/imthaghost/scdl
go 1.21.4
require (
github.com/PuerkitoBio/goquery v1.8.1
github.com/antchfx/htmlquery v1.3.0
github.com/bogem/id3v2 v1.2.0
github.com/fatih/color v1.16.0
github.com/grafov/m3u8 v0.12.0
github.com/spf13/cobra v1.8.0
github.com/torden/go-strutil v0.1.7
golang.org/x/net v0.19.0
)
require (
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/antchfx/xpath v1.2.3 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
)