safesql - Static analysis tool for Golang that protects against SQL injections. It does not seem to be actively maintained at the moment.
gosec - Inspects source code for security problems by scanning the Go AST and matching it with a set of rules. Comes bundled in a Docker container securego/gosec
gometalinter - Concurrently runs most of the existing go linters and normalizes their output.
Vulnerabilities and Security Advisories
golang-announce - The golang release mailing list. Language-specific security issues are announced here.
snyk Vulnerability DB - Commercial but free listing of known vulnerabilities in libraries.
CloudFlare SSL - CFSSL is CloudFlare's PKI/TLS swiss army knife. It is both a command line tool and an HTTP API server for signing, verifying, and bundling TLS certificates.
Educational
Hacking Playground
govwa - A vulnerable golang application including the most common vulnerabilities found in web applications today
Lambhack - A very vulnerable serverless application in AWS Lambda
Found an awesome project, package, article, or another type of resources related to golang Security? Send me a pull request!
Just follow the guidelines. Thank you!