From c74f3f058f468e6f344f6cbe897ce0bfab1ce5d0 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Thu, 21 Apr 2022 20:08:28 -0500 Subject: [PATCH] Add link to https://github.com/otan/gopgkrb5 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 32a50e31..a3109817 100644 --- a/README.md +++ b/README.md @@ -181,3 +181,7 @@ pgerrcode contains constants for the PostgreSQL error codes. ### [github.com/georgysavva/scany](https://github.com/georgysavva/scany) Library for scanning data from a database into Go structs and more. + +### [https://github.com/otan/gopgkrb5](https://github.com/otan/gopgkrb5) + +Adds GSSAPI / Kerberos authentication support.