From 0599f71bea2f311429f29ace863ac3f7fbf8d0bf Mon Sep 17 00:00:00 2001 From: Boshi Lian Date: Wed, 20 Oct 2021 13:59:12 -0700 Subject: [PATCH] add go-htpasswd --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c26b3d16..0e151447 100644 --- a/README.md +++ b/README.md @@ -1817,6 +1817,7 @@ _**Unofficial** set of patterns for structuring projects._ * [CertMagic](https://github.com/caddyserver/certmagic) - Mature, robust, and powerful ACME client integration for fully-managed TLS certificate issuance and renewal. * [dongle](https://github.com/golang-module/dongle) - A simple, semantic and developer-friendly golang package for encoding&decoding and encryption&decryption. * [firewalld-rest](https://github.com/prashantgupta24/firewalld-rest) - A rest application to dynamically update firewalld rules on a linux server. +* [go-htpasswd](https://github.com/tg123/go-htpasswd) - Apache htpasswd Parser for Go. * [go-generate-password](https://github.com/m1/go-generate-password) - Password generator that can be used on the cli or as a library. * [go-password-validator](https://github.com/lane-c-wagner/go-password-validator) - Password validator based on raw cryptographic entropy values. * [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)".