File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -39,17 +39,18 @@ make docker.run
39
39
40
40
| Name | Version | Type |
41
41
| --------------------------------------------------------------------- | --------- | ---------- |
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 |
44
45
| [ swaggo/http-swagger] ( https://github.com/swaggo/http-swagger ) | ` v1.0.0 ` | middleware |
45
46
| [ stretchr/testify] ( https://github.com/stretchr/testify ) | ` v1.7.0 ` | tests |
46
47
| [ dgrijalva/jwt-go] ( https://github.com/dgrijalva/jwt-go ) | ` v3.2.0 ` | auth |
47
48
| [ joho/godotenv] ( https://github.com/joho/godotenv ) | ` v1.3.0 ` | config |
48
49
| [ jmoiron/sqlx] ( https://github.com/jmoiron/sqlx ) | ` v1.3.4 ` | database |
49
50
| [ jackc/pgx] ( https://github.com/jackc/pgx ) | ` v4.11.0 ` | database |
50
51
| [ 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 |
53
54
54
55
## 🗄 Template structure
55
56
You can’t perform that action at this time.
0 commit comments