go.mod 942 B

12345678910111213141516171819202122232425262728
  1. module 076/norikae
  2. go 1.20
  3. require (
  4. github.com/gocolly/colly v1.2.0
  5. github.com/gookit/color v1.5.4
  6. )
  7. require (
  8. github.com/PuerkitoBio/goquery v1.8.1 // indirect
  9. github.com/andybalholm/cascadia v1.3.1 // indirect
  10. github.com/antchfx/htmlquery v1.3.0 // indirect
  11. github.com/antchfx/xmlquery v1.3.17 // indirect
  12. github.com/antchfx/xpath v1.2.4 // indirect
  13. github.com/gobwas/glob v0.2.3 // indirect
  14. github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
  15. github.com/golang/protobuf v1.3.1 // indirect
  16. github.com/kennygrant/sanitize v1.2.4 // indirect
  17. github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
  18. github.com/temoto/robotstxt v1.1.2 // indirect
  19. github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
  20. golang.org/x/net v0.18.0 // indirect
  21. golang.org/x/sys v0.14.0 // indirect
  22. golang.org/x/text v0.14.0 // indirect
  23. google.golang.org/appengine v1.6.7 // indirect
  24. )