mirror of
https://github.com/AynaLivePlayer/miaosic.git
synced 2025-12-06 13:02:48 +08:00
63 lines
2.1 KiB
Modula-2
63 lines
2.1 KiB
Modula-2
module github.com/AynaLivePlayer/miaosic
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.24.4
|
|
|
|
//replace (
|
|
// github.com/aynakeya/deepcolor => ../../../deepcolor
|
|
//)
|
|
|
|
//replace (
|
|
// github.com/XiaoMengXinX/Music163Api-Go => ../../../AyAudioBot/Music163Api-Go
|
|
//)
|
|
|
|
require (
|
|
github.com/XiaoMengXinX/Music163Api-Go v0.1.30
|
|
github.com/abadojack/whatlanggo v1.0.1
|
|
github.com/aynakeya/deepcolor v1.0.3
|
|
github.com/bogem/id3v2/v2 v2.1.4
|
|
github.com/dhowden/tag v0.0.0-20240417053706-3d75831295e8
|
|
github.com/gabriel-vasile/mimetype v1.4.9
|
|
github.com/go-flac/flacpicture/v2 v2.0.2
|
|
github.com/go-flac/flacvorbis/v2 v2.0.2
|
|
github.com/go-flac/go-flac/v2 v2.0.4
|
|
github.com/go-resty/resty/v2 v2.16.5
|
|
github.com/google/uuid v1.6.0
|
|
github.com/jinzhu/copier v0.4.0
|
|
github.com/k0kubun/pp/v3 v3.5.0
|
|
github.com/makiuchi-d/gozxing v0.1.1
|
|
github.com/sahilm/fuzzy v0.1.1
|
|
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d
|
|
github.com/schollz/progressbar/v3 v3.18.0
|
|
github.com/spf13/cast v1.9.2
|
|
github.com/spf13/cobra v1.9.1
|
|
github.com/stretchr/testify v1.10.0
|
|
github.com/tidwall/gjson v1.18.0
|
|
github.com/yeqown/go-qrcode/v2 v2.2.5
|
|
github.com/yeqown/go-qrcode/writer/file v1.0.0
|
|
golang.org/x/text v0.27.0
|
|
)
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.10.3 // indirect
|
|
github.com/andybalholm/cascadia v1.3.3 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/spf13/pflag v1.0.7 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
github.com/yeqown/reedsolomon v1.0.0 // indirect
|
|
golang.org/x/net v0.42.0 // indirect
|
|
golang.org/x/sys v0.34.0 // indirect
|
|
golang.org/x/term v0.33.0 // indirect
|
|
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|