mirror of
https://github.com/tiennm99/loldle.git
synced 2026-08-30 10:22:23 +00:00
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.
11 lines
201 B
AMPL
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
|
|
)
|