Files
dependabot[bot]andGitHub 0e4a52774d chore(deps): bump golang.org/x/net from 0.52.0 to 0.55.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.52.0 to 0.55.0.
- [Commits](https://github.com/golang/net/compare/v0.52.0...v0.55.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.55.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-20 10:00:30 +00: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
)