forked from go/golangs_learn
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.3 KiB
32 lines
1.3 KiB
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
|
|
)
|
|
|