-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (30 loc) · 1.25 KB
/
Copy pathgo.mod
File metadata and controls
32 lines (30 loc) · 1.25 KB
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
27
28
29
30
31
32
module ytd
go 1.16
require (
github.com/Masterminds/semver/v3 v3.1.1
github.com/denisbrodbeck/machineid v1.0.1
github.com/dsnet/compress v0.0.1 // indirect
github.com/frankban/quicktest v1.13.1 // indirect
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/google/uuid v1.3.0
github.com/kkdai/youtube/v2 v2.7.2
github.com/klauspost/compress v1.13.4 // indirect
github.com/leaanthony/go-ansi-parser v1.2.0 // indirect
github.com/leaanthony/slicer v1.6.0 // indirect
github.com/leaanthony/webview2runtime v1.2.0 // indirect
github.com/leonelquinteros/gotext v1.5.0
github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/mholt/archiver v3.1.1+incompatible
github.com/mitchellh/mapstructure v1.4.1
github.com/nwaples/rardecode v1.1.2 // indirect
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
github.com/pkg/errors v0.9.1
github.com/ulikunitz/xz v0.5.10 // indirect
github.com/wailsapp/wails/v2 v2.0.0-alpha.73
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
github.com/xujiajun/nutsdb v0.6.0
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
golang.org/x/sys v0.0.0-20210817190340-bfb29a6856f2 // indirect
nhooyr.io/websocket v1.8.7 // indirect
)