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
44
44
| [ auth0/go-jwt-middleware] ( https://github.com/auth0/go-jwt-middleware ) | ` v1.0.1 ` | middleware |
45
45
| [ swaggo/http-swagger] ( https://github.com/swaggo/http-swagger ) | ` v1.0.0 ` | middleware |
46
46
| [ 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 |
48
48
| [ joho/godotenv] ( https://github.com/joho/godotenv ) | ` v1.3.0 ` | config |
49
49
| [ jmoiron/sqlx] ( https://github.com/jmoiron/sqlx ) | ` v1.3.4 ` | database |
50
50
| [ 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 (
6
6
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
7
7
github.com/auth0/go-jwt-middleware v1.0.1
8
8
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
10
10
github.com/google/uuid v1.3.0
11
11
github.com/gorilla/mux v1.8.0
12
12
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
54
54
github.com/go-stack/stack v1.8.0 /go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY =
55
55
github.com/gofrs/uuid v4.0.0+incompatible h1:1SD/1F5pU8p29ybwgQSwpQk+mwdRrXCYuPhW6m+TnJw =
56
56
github.com/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 =
59
59
github.com/google/renameio v0.1.0 /go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI =
60
60
github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I =
61
61
github.com/google/uuid v1.3.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
You can’t perform that action at this time.
0 commit comments