mirror of
https://github.com/PuerkitoBio/goquery
synced 2026-04-22 23:37:04 +08:00
86e3da86b2
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.34.0 to 0.35.0. - [Commits](https://github.com/golang/net/compare/v0.34.0...v0.35.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
9 lines
126 B
Modula-2
9 lines
126 B
Modula-2
module github.com/PuerkitoBio/goquery
|
|
|
|
require (
|
|
github.com/andybalholm/cascadia v1.3.3
|
|
golang.org/x/net v0.35.0
|
|
)
|
|
|
|
go 1.23
|