mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2025-12-06 18:32:50 +08:00
update miaosic dependency
This commit is contained in:
4
go.mod
4
go.mod
@@ -6,7 +6,7 @@ toolchain go1.24.4
|
|||||||
|
|
||||||
replace (
|
replace (
|
||||||
github.com/AynaLivePlayer/liveroom-sdk v0.1.0 => ./pkg/liveroom-sdk // submodule
|
github.com/AynaLivePlayer/liveroom-sdk v0.1.0 => ./pkg/liveroom-sdk // submodule
|
||||||
github.com/AynaLivePlayer/miaosic v0.2.1 => ./pkg/miaosic // submodule
|
github.com/AynaLivePlayer/miaosic v0.2.3 => ./pkg/miaosic // submodule
|
||||||
|
|
||||||
github.com/saltosystems/winrt-go => github.com/go-musicfox/winrt-go v0.1.4 // winrt with media foundation
|
github.com/saltosystems/winrt-go => github.com/go-musicfox/winrt-go v0.1.4 // winrt with media foundation
|
||||||
)
|
)
|
||||||
@@ -14,7 +14,7 @@ replace (
|
|||||||
require (
|
require (
|
||||||
fyne.io/fyne/v2 v2.6.1
|
fyne.io/fyne/v2 v2.6.1
|
||||||
github.com/AynaLivePlayer/liveroom-sdk v0.1.0
|
github.com/AynaLivePlayer/liveroom-sdk v0.1.0
|
||||||
github.com/AynaLivePlayer/miaosic v0.2.1
|
github.com/AynaLivePlayer/miaosic v0.2.3
|
||||||
github.com/adrg/libvlc-go/v3 v3.1.6
|
github.com/adrg/libvlc-go/v3 v3.1.6
|
||||||
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b
|
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b
|
||||||
github.com/antonfisher/nested-logrus-formatter v1.3.1
|
github.com/antonfisher/nested-logrus-formatter v1.3.1
|
||||||
|
|||||||
Submodule pkg/miaosic updated: cc77388d4c...971f5fc4e5
Reference in New Issue
Block a user