module github.com/PuerkitoBio/goquery

require (
	github.com/andybalholm/cascadia v1.3.3
	golang.org/x/net v0.39.0
)

go 1.23.0

toolchain go1.24.1
