mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2026-03-15 14:03:17 +08:00
add stderr redirection, add logo
This commit is contained in:
6
go.mod
6
go.mod
@@ -10,15 +10,15 @@ require (
|
||||
github.com/aynakeya/go-mpv v0.0.4
|
||||
github.com/dhowden/tag v0.0.0-20220618230019-adf36e896086
|
||||
github.com/go-resty/resty/v2 v2.7.0
|
||||
github.com/gorilla/websocket v1.5.0 // indirect
|
||||
github.com/gorilla/websocket v1.5.0
|
||||
github.com/jinzhu/copier v0.3.5
|
||||
github.com/mitchellh/panicwrap v1.0.0
|
||||
github.com/sirupsen/logrus v1.8.1
|
||||
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
|
||||
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
||||
github.com/spf13/cast v1.3.1
|
||||
github.com/tidwall/gjson v1.14.1
|
||||
github.com/virtuald/go-paniclog v0.0.0-20190812204905-43a7fa316459
|
||||
gopkg.in/ini.v1 v1.66.4
|
||||
nhooyr.io/websocket v1.8.7
|
||||
)
|
||||
|
||||
replace (
|
||||
|
||||
Reference in New Issue
Block a user