refactored scrapers

This commit is contained in:
2025-02-16 15:07:59 -06:00
parent fc21549791
commit 283ed3eaea
13 changed files with 800 additions and 8 deletions
+9 -6
View File
@@ -1,9 +1,11 @@
module mmaschedule-go
go 1.22.4
go 1.23
toolchain go1.23.5
require (
github.com/PuerkitoBio/goquery v1.9.2
github.com/PuerkitoBio/goquery v1.10.1
github.com/adrg/strutil v0.3.1
github.com/gocolly/colly v1.2.0
github.com/mattn/go-sqlite3 v1.14.23
@@ -11,7 +13,8 @@ require (
)
require (
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/a-h/templ v0.3.833 // indirect
github.com/andybalholm/cascadia v1.3.3 // indirect
github.com/antchfx/htmlquery v1.3.1 // indirect
github.com/antchfx/xmlquery v1.4.0 // indirect
github.com/antchfx/xpath v1.3.0 // indirect
@@ -24,9 +27,9 @@ require (
github.com/sethvargo/go-retry v0.3.0 // indirect
github.com/temoto/robotstxt v1.1.2 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/text v0.16.0 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/text v0.21.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)