diff --git a/README.md b/README.md index 2d91b1b0cdb..0b9e3a4049d 100644 --- a/README.md +++ b/README.md @@ -963,10 +963,13 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis *Libraries that are used to help make your application more secure.* * [acmetool](https://github.com/hlandau/acme) - ACME (Let's Encrypt) client tool with automatic renewal. +* [autocert](https://godoc.org/golang.org/x/crypto/acme/autocert) - Auto + provision Let's Encrypt certificates and start a TLS server. * [BadActor](https://github.com/jaredfolkins/badactor) - In-memory, application-driven jailer built in the spirit of fail2ban. * [go-yara](https://github.com/hillu/go-yara) - Go Bindings for [YARA](https://github.com/plusvic/yara), the "pattern matching swiss knife for malware researchers (and everyone else)". * [lego](https://github.com/xenolf/lego) - Pure Go ACME client library and CLI tool (for use with Let's Encrypt). * [memguard](https://github.com/awnumar/memguard) - A pure Go library for handling sensitive values in memory. +* [nacl](https://github.com/kevinburke/nacl) - Go implementation of the NaCL set of API's. * [passlib](https://github.com/hlandau/passlib) - Futureproof password hashing library. * [secure](https://github.com/unrolled/secure) - HTTP middleware for Go that facilitates some quick security wins. * [simple-scrypt](https://github.com/elithrar/simple-scrypt) - Scrypt package with a simple, obvious API and automatic cost calibration built-in. @@ -1568,7 +1571,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [Gogland](https://jetbrains.com/go) - Full featured cross-platform Go IDE. * [Gor](https://github.com/buger/gor) - Http traffic replication tool, for replaying traffic from production to stage/dev environments in real-time. * [hugo](http://gohugo.io/) - Fast and Modern Static Website Engine. -* [ide](https://github.com/thestrukture/ide) - Browser accessible IDE. Designed for Go with Go. +* [ide](https://github.com/thestrukture/ide) - Browser accessible IDE. Designed for Go with Go. * [ipe](https://github.com/dimiro1/ipe) - Open source Pusher server implementation compatible with Pusher client libraries written in GO. * [JayDiff](https://github.com/yazgazan/jaydiff) - JSON diff utility written in Go. * [Juju](https://jujucharms.com/) - Cloud-agnostic service deployment and orchestration - supports EC2, Azure, Openstack, MAAS and more.