mirror of
https://github.com/PuerkitoBio/goquery.git
synced 2026-09-25 03:31:08 +00:00
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.55.0 to 0.56.0. - [Commits](https://github.com/golang/net/compare/v0.55.0...v0.56.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.56.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
9 lines
128 B
AMPL
9 lines
128 B
AMPL
module github.com/PuerkitoBio/goquery
|
|
|
|
require (
|
|
github.com/andybalholm/cascadia v1.3.4
|
|
golang.org/x/net v0.56.0
|
|
)
|
|
|
|
go 1.25.0
|