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
