Closed sputnick-dev closed 1 year ago
It works for me.
go get -v github.com/antchfx/htmlquery
go get: added github.com/antchfx/htmlquery v1.2.6
go get: added github.com/antchfx/xpath v1.2.2
go get: added github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go get: added golang.org/x/net v0.5.0
go get: added golang.org/x/text v0.6.0
go.mod
go 1.17
require (
github.com/antchfx/htmlquery v1.2.6 // indirect
github.com/antchfx/xpath v1.2.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
golang.org/x/net v0.5.0 // indirect
golang.org/x/text v0.6.0 // indirect
)
I guess you should change your module name module github.com/antchfx/htmlquery
to the another name. It may conflict with htmlquery
Oops, sorry, yes
When I run
I get
go.mod: