File tree Expand file tree Collapse file tree 6 files changed +31
-326
lines changed Expand file tree Collapse file tree 6 files changed +31
-326
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,13 @@ make docker.run
4444| [ auth0/go-jwt-middleware] ( https://github.com/auth0/go-jwt-middleware ) | ` v1.0.1 ` | middleware |
4545| [ swaggo/http-swagger] ( https://github.com/swaggo/http-swagger ) | ` v1.0.0 ` | middleware |
4646| [ stretchr/testify] ( https://github.com/stretchr/testify ) | ` v1.7.0 ` | tests |
47- | [ dgrijalva /jwt-go ] ( https://github.com/dgrijalva /jwt-go ) | ` v3.2.0 ` | auth |
47+ | [ golang-jwt /jwt] ( https://github.com/golang-jwt /jwt ) | ` v3.2.1 ` | auth |
4848| [ joho/godotenv] ( https://github.com/joho/godotenv ) | ` v1.3.0 ` | config |
4949| [ jmoiron/sqlx] ( https://github.com/jmoiron/sqlx ) | ` v1.3.4 ` | database |
50- | [ jackc/pgx] ( https://github.com/jackc/pgx ) | ` v4.11 .0 ` | database |
50+ | [ jackc/pgx] ( https://github.com/jackc/pgx ) | ` v4.13 .0 ` | database |
5151| [ swaggo/swag] ( https://github.com/swaggo/swag ) | ` v1.7.0 ` | utils |
5252| [ 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+ | [ go-playground/validator] ( https://github.com/go-playground/validator ) | ` v10.8 .0 ` | utils |
5454
5555## 🗄 Template structure
5656
Original file line number Diff line number Diff line change 99 "github.com/create-go-app/net_http-go-template/app/validators"
1010 "github.com/create-go-app/net_http-go-template/pkg/utils"
1111 "github.com/create-go-app/net_http-go-template/platform/database"
12- "github.com/dgrijalva /jwt-go "
12+ "github.com/golang-jwt /jwt"
1313 "github.com/google/uuid"
1414)
1515
Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ go 1.16
55require (
66 github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
77 github.com/auth0/go-jwt-middleware v1.0.1
8- github.com/dgrijalva/jwt-go v3.2.0+incompatible
9- github.com/go-playground/validator/v10 v10.7.0
8+ github.com/go-playground/validator/v10 v10.8.0
9+ github.com/golang-jwt/jwt v3.2.1+incompatible
1010 github.com/google/uuid v1.3.0
1111 github.com/gorilla/mux v1.8.0
12- github.com/jackc/pgx/v4 v4.12 .0
12+ github.com/jackc/pgx/v4 v4.13 .0
1313 github.com/jmoiron/sqlx v1.3.4
1414 github.com/joho/godotenv v1.3.0
1515 github.com/swaggo/http-swagger v1.0.0
You can’t perform that action at this time.
0 commit comments