Skip to content

Commit 81c04bf

Browse files
authored
Update README.md
1 parent 6ec322f commit 81c04bf

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,18 @@ make docker.run
3939

4040
| Name | Version | Type |
4141
| --------------------------------------------------------------------- | --------- | ---------- |
42-
| [net/http](https://golang.org/pkg/net/http/) | `v1.16.4` | core |
43-
| [auth0/go-jwt-middleware](https://github.com/auth0/go-jwt-middleware) | `v1.0.0` | middleware |
42+
| [net/http](https://golang.org/pkg/net/http/) | `v1.16.6` | core |
43+
| [gorilla/mux](https://github.com/gorilla/mux) | `v1.8.0` | router |
44+
| [auth0/go-jwt-middleware](https://github.com/auth0/go-jwt-middleware) | `v1.0.1` | middleware |
4445
| [swaggo/http-swagger](https://github.com/swaggo/http-swagger) | `v1.0.0` | middleware |
4546
| [stretchr/testify](https://github.com/stretchr/testify) | `v1.7.0` | tests |
4647
| [dgrijalva/jwt-go](https://github.com/dgrijalva/jwt-go) | `v3.2.0` | auth |
4748
| [joho/godotenv](https://github.com/joho/godotenv) | `v1.3.0` | config |
4849
| [jmoiron/sqlx](https://github.com/jmoiron/sqlx) | `v1.3.4` | database |
4950
| [jackc/pgx](https://github.com/jackc/pgx) | `v4.11.0` | database |
5051
| [swaggo/swag](https://github.com/swaggo/swag) | `v1.7.0` | utils |
51-
| [google/uuid](https://github.com/google/uuid) | `v1.2.0` | utils |
52-
| [go-playground/validator](https://github.com/go-playground/validator) | `v10.6.1` | utils |
52+
| [google/uuid](https://github.com/google/uuid) | `v1.3.0` | utils |
53+
| [go-playground/validator](https://github.com/go-playground/validator) | `v10.7.0` | utils |
5354

5455
## 🗄 Template structure
5556

0 commit comments

Comments
 (0)