Files
miaosic/go.mod
aynakeya 971f5fc4e5 finish qq provider
fix session cmd: save session every in every command

add qq init

fix init sequence

update gitignore

fix miaosic cmd

add kugou album info in search

update qq music api.
2025-07-07 23:08:23 +08:00

49 lines
1.6 KiB
Modula-2

module github.com/AynaLivePlayer/miaosic
go 1.23.0
toolchain go1.24.4
//replace (
// github.com/aynakeya/deepcolor => ../../../deepcolor
//)
require (
github.com/XiaoMengXinX/Music163Api-Go v0.1.30
github.com/aynakeya/deepcolor v1.0.3
github.com/dhowden/tag v0.0.0-20240417053706-3d75831295e8
github.com/go-resty/resty/v2 v2.16.5
github.com/google/uuid v1.3.0
github.com/jinzhu/copier v0.4.0
github.com/k0kubun/pp/v3 v3.4.1
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/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.26.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.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.6 // 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.41.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)