-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 862 Bytes
/
go.mod
File metadata and controls
25 lines (22 loc) · 862 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
25
module github.com/sangnt1552314/ytview
go 1.24.2
require (
github.com/gdamore/tcell/v2 v2.7.4
github.com/joho/godotenv v1.5.1
github.com/kkdai/youtube/v2 v2.10.4
github.com/rivo/tview v0.0.0-20250501113434-0c592cd31026
)
require (
github.com/bitly/go-simplejson v0.5.1 // indirect
github.com/dlclark/regexp2 v1.11.5 // indirect
github.com/dop251/goja v0.0.0-20250125213203-5ef83b82af17 // indirect
github.com/gdamore/encoding v1.0.0 // indirect
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
github.com/google/pprof v0.0.0-20250208200701-d0013a598941 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/term v0.17.0 // indirect
golang.org/x/text v0.22.0 // indirect
)