x/vuln: go.mod file depend on module have // indirect
suffix which should need to analyze?
#57831
Labels
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce at the latest version of golang.org/x/vuln?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
go.mod
The result will show
golang.org/x/text/language
is a vulnerability moduleI think
indirect
is likely to go.sum, govulncheck only scan go.mod and not scan go.sum.Maybe it's better to not scan the go.mod file content which have
indirect
field?The text was updated successfully, but these errors were encountered: