Files
tiennm99 c1a209806c chore: wire up monorepo layout after absorbing loldle-data and loldle-android
Workflows move to the repo root: deploy and CI build from web/, and a single
update-champions workflow replaces the old two-repo pipeline (scrape in data/,
copy into web/static/, redeploy). Go module becomes
github.com/tiennm99/loldle/data. Root README maps the three parts.
2026-08-10 16:29:55 +07:00

11 lines
201 B
AMPL

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.55.0 // indirect
)