Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
koddr authored Dec 6, 2021
1 parent 1b52121 commit ac9f637
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down

0 comments on commit ac9f637

Please sign in to comment.