From ac9f63714cdff6ff7c014369458ca7c5595283f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vic=20Sh=C3=B3stak?= Date: Mon, 6 Dec 2021 16:56:24 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b53a36f..3960fbf 100644 --- a/README.md +++ b/README.md @@ -46,11 +46,11 @@ 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.1.2` | middleware | | [stretchr/testify](https://github.com/stretchr/testify) | `v1.7.0` | tests | -| [golang-jwt/jwt](https://github.com/golang-jwt/jwt) | `v4.1.0` | auth | +| [golang-jwt/jwt](https://github.com/golang-jwt/jwt) | `v4.2.0` | auth | | [joho/godotenv](https://github.com/joho/godotenv) | `v1.4.0` | config | | [jmoiron/sqlx](https://github.com/jmoiron/sqlx) | `v1.3.4` | database | -| [jackc/pgx](https://github.com/jackc/pgx) | `v4.14.0` | database | -| [swaggo/swag](https://github.com/swaggo/swag) | `v1.7.4` | utils | +| [jackc/pgx](https://github.com/jackc/pgx) | `v4.14.1` | database | +| [swaggo/swag](https://github.com/swaggo/swag) | `v1.7.6` | utils | | [google/uuid](https://github.com/google/uuid) | `v1.3.0` | utils | | [go-playground/validator](https://github.com/go-playground/validator) | `v10.9.0` | utils |