Skip to content

Commit

Permalink
update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
imthaghost committed Jan 7, 2024
1 parent 10096de commit b5118e4
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 580 deletions.
24 changes: 12 additions & 12 deletions go.mod
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
)
Loading

0 comments on commit b5118e4

Please sign in to comment.