-
Notifications
You must be signed in to change notification settings - Fork 16
/
go.mod
32 lines (30 loc) · 1.25 KB
/
go.mod
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
)