mirror of
https://github.com/PuerkitoBio/goquery
synced 2025-12-24 12:38:00 +08:00
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.43.0 to 0.47.0. - [Commits](https://github.com/golang/net/compare/v0.43.0...v0.47.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.47.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
11 lines
148 B
Modula-2
11 lines
148 B
Modula-2
module github.com/PuerkitoBio/goquery
|
|
|
|
require (
|
|
github.com/andybalholm/cascadia v1.3.3
|
|
golang.org/x/net v0.47.0
|
|
)
|
|
|
|
go 1.24.0
|
|
|
|
toolchain go1.24.1
|