From e7413d76cc19d867a8485354c0aa9296bd36bcb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vic=20Sh=C3=B3stak?= Date: Wed, 4 Aug 2021 11:46:59 +0300 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acea31d..073f0f7 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ make docker.run | [auth0/go-jwt-middleware](https://github.com/auth0/go-jwt-middleware) | `v1.0.1` | middleware | | [swaggo/http-swagger](https://github.com/swaggo/http-swagger) | `v1.0.0` | middleware | | [stretchr/testify](https://github.com/stretchr/testify) | `v1.7.0` | tests | -| [golang-jwt/jwt](https://github.com/golang-jwt/jwt) | `v3.2.2` | auth | +| [golang-jwt/jwt](https://github.com/golang-jwt/jwt) | `v4.0.0` | auth | | [joho/godotenv](https://github.com/joho/godotenv) | `v1.3.0` | config | | [jmoiron/sqlx](https://github.com/jmoiron/sqlx) | `v1.3.4` | database | | [jackc/pgx](https://github.com/jackc/pgx) | `v4.13.0` | database |