mirror of
https://github.com/tiennm99/loldle-data.git
synced 2026-08-10 08:23:49 +00:00
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>
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
|
|
)
|