Files
miaosic/go.mod
2024-11-17 07:13:44 -08:00

35 lines
1.0 KiB
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.3
github.com/dhowden/tag v0.0.0-20230630033851-978a0926ee25
github.com/go-resty/resty/v2 v2.7.0
github.com/jinzhu/copier v0.4.0
github.com/sahilm/fuzzy v0.1.0
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d
github.com/spf13/cast v1.5.0
github.com/stretchr/testify v1.8.4
github.com/tidwall/gjson v1.16.0
golang.org/x/text v0.3.7
)
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/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
gopkg.in/yaml.v3 v3.0.1 // indirect
)