-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 774 Bytes
/
go.mod
File metadata and controls
24 lines (21 loc) · 774 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/saveweb/aixifan
go 1.23
require (
github.com/canhlinh/hlsdl v0.0.0-20240124081241-e7eb3b498559
github.com/saveweb/go2internetarchive v0.1.4
github.com/tidwall/gjson v1.18.0
golang.org/x/net v0.33.0
)
require (
github.com/go-resty/resty/v2 v2.11.0 // indirect
github.com/grafov/m3u8 v0.12.0 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/schollz/progressbar/v3 v3.17.1 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/term v0.27.0 // indirect
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
)