Install govulncheck
masterYou can install the latest version of govulncheck using the go install command. This tool allows you to analyze your codebase and binaries to identify known vulnerabilities in your dependencies, specifically focusing on vulnerabilities in functions that your code actually calls to reduce noise.
go install golang.org/x/vuln/cmd/govulncheck@latest