Files
loldle-data/go.mod
T
tiennm99 f071ddada8 feat: rewrite LoLdleData in Go
4-stage pipeline: fetch ddragon champions, enrich with release dates
(wiki scrape), regions (Universe API), and lanes (wiki scrape).
Concurrent gender detection via goroutines with semaphore.
2026-04-04 18:06:48 +07:00

11 lines
201 B
Modula-2

module github.com/tiennm99/loldle-data
go 1.25.5
require github.com/PuerkitoBio/goquery v1.12.0
require (
github.com/andybalholm/cascadia v1.3.3 // indirect
golang.org/x/net v0.52.0 // indirect
)