mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2026-03-15 05:53:17 +08:00
36 lines
1.1 KiB
Modula-2
36 lines
1.1 KiB
Modula-2
module AynaLivePlayer
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
fyne.io/fyne/v2 v2.1.4
|
|
github.com/BurntSushi/toml v0.4.1
|
|
github.com/Kodeworks/golang-image-ico v0.0.0-20141118225523-73f0f4cfade9
|
|
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-ole/go-ole v1.2.6
|
|
github.com/go-resty/resty/v2 v2.7.0
|
|
github.com/jackmordaunt/icns v0.0.0-20181231085925-4f16af745526
|
|
github.com/jinzhu/copier v0.3.5
|
|
github.com/josephspurrier/goversioninfo v0.0.0-20200309025242-14b0ab84c6ca
|
|
github.com/lucor/goinfo v0.0.0-20210802170112-c078a2b0f08b
|
|
github.com/mitchellh/panicwrap v1.0.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/spf13/cast v1.3.1
|
|
github.com/stretchr/testify v1.5.1
|
|
github.com/tidwall/gjson v1.14.1
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
golang.org/x/mod v0.4.2
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
|
|
golang.org/x/tools v0.1.5
|
|
gopkg.in/ini.v1 v1.66.4
|
|
)
|
|
|
|
replace (
|
|
github.com/aynakeya/blivedm => D:\Repository\blivedm
|
|
github.com/aynakeya/go-mpv => D:\Repository\go-mpv
|
|
)
|