File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ 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- | [ golang-jwt/jwt] ( https://github.com/golang-jwt/jwt ) | ` v3.2.1 ` | auth |
47+ | [ golang-jwt/jwt] ( https://github.com/golang-jwt/jwt ) | ` v3.2.2 ` | 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 |
5050| [ jackc/pgx] ( https://github.com/jackc/pgx ) | ` v4.13.0 ` | database |
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
66 github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
77 github.com/auth0/go-jwt-middleware v1.0.1
88 github.com/go-playground/validator/v10 v10.8.0
9- github.com/golang-jwt/jwt v3.2.1 +incompatible
9+ github.com/golang-jwt/jwt v3.2.2 +incompatible
1010 github.com/google/uuid v1.3.0
1111 github.com/gorilla/mux v1.8.0
1212 github.com/jackc/pgx/v4 v4.13.0
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ github.com/go-sql-driver/mysql v1.5.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LB
5454git.colasdn.top/go-stack/stack v1.8.0 /go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY =
5555git.colasdn.top/gofrs/uuid v4.0.0+incompatible h1:1SD/1F5pU8p29ybwgQSwpQk+mwdRrXCYuPhW6m+TnJw =
5656git.colasdn.top/gofrs/uuid v4.0.0+incompatible /go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM =
57- github.com/golang-jwt/jwt v3.2.1 +incompatible h1:73Z+4BJcrTC+KczS6WvTPvRGOp1WmfEP4Q1lOd9Z/+c =
58- github.com/golang-jwt/jwt v3.2.1 +incompatible /go.mod h1:8pz2t5EyA70fFQQSrl6XZXzqecmYZeUEB8OUGHkxJ+I =
57+ github.com/golang-jwt/jwt v3.2.2 +incompatible h1:IfV12K8xAKAnZqdXVzCZ+TOjboZ2keLg81eXfW3O+oY =
58+ github.com/golang-jwt/jwt v3.2.2 +incompatible /go.mod h1:8pz2t5EyA70fFQQSrl6XZXzqecmYZeUEB8OUGHkxJ+I =
5959git.colasdn.top/google/renameio v0.1.0 /go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI =
6060git.colasdn.top/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I =
6161git.colasdn.top/google/uuid v1.3.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
You can’t perform that action at this time.
0 commit comments