blob: f68ab95a9374c7ef8831ceafb3cf78bfd865208e [file] [log] [blame]
# Test of missing go.sum error message.
$ cdmodule nogosum
$ govulncheck . --> FAIL 1
govulncheck is an experimental tool. Share feedback at https://go.dev/s/govulncheck-feedback.
Scanning for dependencies with known vulnerabilities...
govulncheck: no go.sum file
Your module is missing a go.sum file. Try running go mod tidy.
See https://go.dev/doc/modules/managing-dependencies for more information.