35 lines
1.4 KiB
Modula-2
35 lines
1.4 KiB
Modula-2
module main
|
|
|
|
go 1.22.4
|
|
|
|
require (
|
|
github.com/ProtonMail/go-crypto v1.0.0 // indirect
|
|
github.com/VividCortex/ewma v1.2.0 // indirect
|
|
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect
|
|
github.com/bitly/go-simplejson v0.5.1 // indirect
|
|
github.com/cloudflare/circl v1.3.7 // indirect
|
|
github.com/dlclark/regexp2 v1.11.0 // indirect
|
|
github.com/dop251/goja v0.0.0-20240220182346-e401ed450204 // indirect
|
|
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
|
|
github.com/go-toast/toast v0.0.0-20190211030409-01e6764cf0a4 // indirect
|
|
github.com/godbus/dbus/v5 v5.1.0 // indirect
|
|
github.com/golang/snappy v0.0.1 // indirect
|
|
github.com/google/pprof v0.0.0-20240227163752-401108e1b7e7 // indirect
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
|
|
github.com/vbauerster/mpb/v5 v5.4.0 // indirect
|
|
golang.org/x/crypto v0.21.0 // indirect
|
|
golang.org/x/sys v0.18.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/gen2brain/beeep v0.0.0-20240516210008-9c006672e7f4
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/kkdai/youtube/v2 v2.10.1
|
|
github.com/lrstanley/go-ytdlp v0.0.0-20240616011628-f35a10876c99
|
|
github.com/nsqio/go-nsq v1.1.0
|
|
)
|