-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
10096de
commit b5118e4
Showing
2 changed files
with
44 additions
and
580 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
module github.com/imthaghost/scdl | ||
|
||
go 1.17 | ||
go 1.21.4 | ||
|
||
require ( | ||
github.com/PuerkitoBio/goquery v1.8.0 | ||
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.13.0 | ||
github.com/grafov/m3u8 v0.11.1 | ||
github.com/spf13/cobra v1.2.1 | ||
github.com/torden/go-strutil v0.1.5 | ||
golang.org/x/net v0.5.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.0.0 // indirect | ||
github.com/mattn/go-colorable v0.1.9 // indirect | ||
github.com/mattn/go-isatty v0.0.14 // 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.4.0 // indirect | ||
golang.org/x/text v0.6.0 // indirect | ||
golang.org/x/sys v0.15.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
) |
Oops, something went wrong.