File: go.mod

package info (click to toggle)
golang-github-antchfx-htmlquery 1.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 108 kB
  • sloc: makefile: 2
file content (9 lines) | stat: -rw-r--r-- 182 bytes parent folder | download
1
2
3
4
5
6
7
8
9
module github.com/antchfx/htmlquery

go 1.14

require (
	github.com/antchfx/xpath v1.3.3
	github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
	golang.org/x/net v0.33.0
)