mirror of
https://github.com/AynaLivePlayer/miaosic.git
synced 2025-12-06 21:12:49 +08:00
32 lines
1017 B
Modula-2
32 lines
1017 B
Modula-2
module github.com/AynaLivePlayer/miaosic
|
|
|
|
go 1.20
|
|
|
|
replace github.com/aynakeya/deepcolor => ../../deepcolor
|
|
|
|
require (
|
|
github.com/XiaoMengXinX/Music163Api-Go v0.1.30
|
|
github.com/aynakeya/deepcolor v1.0.1
|
|
github.com/dhowden/tag v0.0.0-20230630033851-978a0926ee25
|
|
github.com/jinzhu/copier v0.4.0
|
|
github.com/sahilm/fuzzy v0.1.0
|
|
github.com/spf13/cast v1.5.0
|
|
github.com/stretchr/testify v1.8.4
|
|
github.com/tidwall/gjson v1.16.0
|
|
)
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.7.1 // indirect
|
|
github.com/andybalholm/cascadia v1.2.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-resty/resty/v2 v2.7.0 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
golang.org/x/net v0.0.0-20211029224645-99673261e6eb // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|