2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ require (
65
65
github.com/go-openapi/strfmt v0.23.0 // indirect
66
66
github.com/go-openapi/swag v0.22.3 // indirect
67
67
github.com/go-openapi/validate v0.21.0 // indirect
68
- github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
68
+ github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
69
69
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
70
70
github.com/golang/protobuf v1.5.4 // indirect
71
71
github.com/google/s2a-go v0.1.8 // indirect
Original file line number Diff line number Diff line change @@ -125,8 +125,8 @@ github.com/gobuffalo/packr/v2 v2.0.9/go.mod h1:emmyGweYTm6Kdper+iywB6YK5YzuKchGt
125
125
github.com/gobuffalo/packr/v2 v2.2.0 /go.mod h1:CaAwI0GPIAv+5wKLtv8Afwl+Cm78K/I/VCm/3ptBN+0 =
126
126
github.com/gobuffalo/syncx v0.0.0-20190224160051-33c29581e754 /go.mod h1:HhnNqWY95UYwwW3uSASeV7vtgYkT2t16hJgV3AEPUpw =
127
127
github.com/golang-jwt/jwt/v4 v4.4.2 /go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0 =
128
- github.com/golang-jwt/jwt/v4 v4.5.0 h1:7cYmW1XlMY7h7ii7UhUyChSgS5wUJEnm9uZVTGqOWzg =
129
- github.com/golang-jwt/jwt/v4 v4.5.0 /go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0 =
128
+ github.com/golang-jwt/jwt/v4 v4.5.2 h1:YtQM7lnr8iZ+j5q71MGKkNw9Mn7AjHM68uc9g5fXeUI =
129
+ github.com/golang-jwt/jwt/v4 v4.5.2 /go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0 =
130
130
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b /go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q =
131
131
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e /go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc =
132
132
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE =
0 commit comments