From b6ab0898f182469f9487719474e6a1a54b09b53e Mon Sep 17 00:00:00 2001 From: dhax Date: Mon, 15 Nov 2021 15:35:20 +0100 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 293fb02..e64b585 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ The following feature set is a minimal selection of typical Web API requirements - PostgreSQL support including migrations using [go-pg](https://github.com/go-pg/pg) - Structured logging with [Logrus](https://github.com/sirupsen/logrus) - Routing with [chi router](https://github.com/go-chi/chi) and middleware -- JWT Authentication using [golang-jwt](https://github.com/golang-jwt/jwt/v4) with example passwordless email authentication +- JWT Authentication using [lestrrat-go/jwx](https://github.com/lestrrat-go/jwx) with example passwordless email authentication - Request data validation using [ozzo-validation](https://github.com/go-ozzo/ozzo-validation) -- HTML emails with [gomail](https://github.com/go-gomail/gomail) +- HTML emails with [go-mail](https://github.com/go-mail/mail) ## Start Application