mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add Security category and BadActor
This commit is contained in:
parent
d444fc97b8
commit
b13a2c3e8b
@ -46,6 +46,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
|
|||||||
- [Package Management](#package-management)
|
- [Package Management](#package-management)
|
||||||
- [Resource Embedding](#resource-embedding)
|
- [Resource Embedding](#resource-embedding)
|
||||||
- [Science and Data Analysis](#science-and-data-analysis)
|
- [Science and Data Analysis](#science-and-data-analysis)
|
||||||
|
- [Security](#security)
|
||||||
- [Serialization](#serialization)
|
- [Serialization](#serialization)
|
||||||
- [Template Engines](#template-engines)
|
- [Template Engines](#template-engines)
|
||||||
- [Testing](#testing)
|
- [Testing](#testing)
|
||||||
@ -526,6 +527,13 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
|
|||||||
* [streamtools](https://github.com/nytlabs/streamtools) - general purpose, graphical tool for dealing with streams of data.
|
* [streamtools](https://github.com/nytlabs/streamtools) - general purpose, graphical tool for dealing with streams of data.
|
||||||
* [vectormath](https://github.com/spate/vectormath) - Vectormath for Go, an adaptation of the scalar C functions from Sony's Vector Math library, as found in the Bullet-2.79 source code. (currently inactive)
|
* [vectormath](https://github.com/spate/vectormath) - Vectormath for Go, an adaptation of the scalar C functions from Sony's Vector Math library, as found in the Bullet-2.79 source code. (currently inactive)
|
||||||
|
|
||||||
|
|
||||||
|
## Security
|
||||||
|
|
||||||
|
*Libraries that are used to help make your application more secure.*
|
||||||
|
|
||||||
|
* [BadActor](https://github.com/jaredfolkins/badactor) - An in-memory, application-driven jailer built in the spirit of fail2ban
|
||||||
|
|
||||||
## Serialization
|
## Serialization
|
||||||
|
|
||||||
*Libraries and tools for binary serialization*
|
*Libraries and tools for binary serialization*
|
||||||
|
Loading…
Reference in New Issue
Block a user