Add go-localstack (#3016)

* Add go-localstack

* Correct order
This commit is contained in:
Lars 2020-03-24 10:03:51 +01:00 committed by GitHub
parent a4929b82e0
commit 09eada858a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1621,6 +1621,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* Mock
* [counterfeiter](https://github.com/maxbrunsfeld/counterfeiter) - Tool for generating self-contained mock objects.
* [go-localstack](https://github.com/elgohr/go-localstack) - Tool for using localstack in AWS testing.
* [go-sqlmock](https://github.com/DATA-DOG/go-sqlmock) - Mock SQL driver for testing database interactions.
* [go-txdb](https://github.com/DATA-DOG/go-txdb) - Single transaction based database driver mainly for testing purposes.
* [gock](https://github.com/h2non/gock) - Versatile HTTP mocking made easy.