go.mod 979 B

12345678910111213141516171819202122232425
  1. module github.com/JamZYM/biliMusic
  2. go 1.22.1
  3. require github.com/gocolly/colly v1.2.0
  4. require (
  5. github.com/PuerkitoBio/goquery v1.5.1 // indirect
  6. github.com/andybalholm/cascadia v1.2.0 // indirect
  7. github.com/antchfx/htmlquery v1.2.3 // indirect
  8. github.com/antchfx/xmlquery v1.2.4 // indirect
  9. github.com/antchfx/xpath v1.1.8 // indirect
  10. github.com/davecgh/go-spew v1.1.1 // indirect
  11. github.com/gobwas/glob v0.2.3 // indirect
  12. github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
  13. github.com/golang/protobuf v1.4.2 // indirect
  14. github.com/joho/godotenv v1.5.1 // indirect
  15. github.com/kennygrant/sanitize v1.2.4 // indirect
  16. github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
  17. github.com/temoto/robotstxt v1.1.1 // indirect
  18. golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
  19. golang.org/x/text v0.3.2 // indirect
  20. google.golang.org/appengine v1.6.6 // indirect
  21. google.golang.org/protobuf v1.24.0 // indirect
  22. )