File: go.mod

package info (click to toggle)
golang-github-puerkitobio-goquery 1.10.2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 880 kB
  • sloc: sh: 27; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 126 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/PuerkitoBio/goquery

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

go 1.23