Initial commit

This commit is contained in:
Aynakeya
2022-06-21 13:02:22 -07:00
commit 9f75839ebc
161 changed files with 18766 additions and 0 deletions

21
go.mod Normal file
View File

@@ -0,0 +1,21 @@
module AynaLivePlayer
go 1.16
require (
fyne.io/fyne/v2 v2.1.4
github.com/XiaoMengXinX/Music163Api-Go v0.1.26
github.com/antonfisher/nested-logrus-formatter v1.3.1
github.com/aynakeya/blivedm v0.1.3
github.com/aynakeya/go-mpv v0.0.4
github.com/go-resty/resty/v2 v2.7.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cast v1.3.1
github.com/tidwall/gjson v1.14.1
gopkg.in/ini.v1 v1.66.4
)
replace (
github.com/aynakeya/blivedm => D:\Repository\blivedm
github.com/aynakeya/go-mpv => D:\Repository\go-mpv
)