mirror of
https://github.com/PuerkitoBio/goquery
synced 2026-04-22 15:27:09 +08:00
43d03d8533
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.52.0 to 0.53.0. - [Commits](https://github.com/golang/net/compare/v0.52.0...v0.53.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.53.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
9 lines
128 B
Modula-2
9 lines
128 B
Modula-2
module github.com/PuerkitoBio/goquery
|
|
|
|
require (
|
|
github.com/andybalholm/cascadia v1.3.3
|
|
golang.org/x/net v0.53.0
|
|
)
|
|
|
|
go 1.25.0
|