diff --git a/README.md b/README.md index ad12eb8c..c1f9ef21 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw *Libraries for working with forms.* * [nosurf](https://github.com/justinas/nosurf) - A CSRF protection middleware for Go. +* [binding](https://mholt.github.io/binding) - Binds form and JSON data from net/http Request to struct. ## Authentication and OAuth @@ -270,6 +271,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw * [Docker](http://www.docker.com/) - An open platform for distributed applications for developers and sysadmins. * [juju](https://juju.ubuntu.com/) - Automate your cloud infrastructure +* [Go-AWS-Auth](https://github.com/smartystreets/go-aws-auth) - AWS (Amazon Web Services) request signing library * [tsuru](http://www.tsuru.io/) - An extensible and open source Platform as a Service software. * [Gogs](http://gogs.io/) - A Self Hosted Git Service in the Go Programming Language. * [Circuit](https://github.com/gocircuit/circuit) - Circuit is a programmable platform-as-a-service (PaaS) and/or Infrastructure-as-a-Service (IaaS), for management, discovery, synchronization and orchestration of services and hosts comprising cloud applications.