Skip to content

Commit 00813d5

Browse files
committed
1 parent 349936b commit 00813d5

File tree

8 files changed

+105
-45
lines changed

8 files changed

+105
-45
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ require (
9090
github.com/go-openapi/swag v0.22.4 // indirect
9191
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
9292
github.com/gogo/protobuf v1.3.2 // indirect
93-
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
94-
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
93+
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
94+
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
9595
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
9696
github.com/google/cel-go v0.17.7 // indirect
9797
github.com/google/gnostic-models v0.6.8 // indirect

go.sum

+4-3
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,11 @@ github.com/gofrs/uuid v4.4.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRx
125125
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
126126
github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
127127
github.com/golang-jwt/jwt/v4 v4.0.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg=
128-
github.com/golang-jwt/jwt/v4 v4.5.0 h1:7cYmW1XlMY7h7ii7UhUyChSgS5wUJEnm9uZVTGqOWzg=
129128
github.com/golang-jwt/jwt/v4 v4.5.0/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0=
130-
github.com/golang-jwt/jwt/v5 v5.2.1 h1:OuVbFODueb089Lh128TAcimifWaLhJwVflnrgM17wHk=
131-
github.com/golang-jwt/jwt/v5 v5.2.1/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk=
129+
github.com/golang-jwt/jwt/v4 v4.5.2 h1:YtQM7lnr8iZ+j5q71MGKkNw9Mn7AjHM68uc9g5fXeUI=
130+
github.com/golang-jwt/jwt/v4 v4.5.2/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0=
131+
github.com/golang-jwt/jwt/v5 v5.2.2 h1:Rl4B7itRWVtYIHFrSNd7vhTiz9UpLdi6gZhZ3wEeDy8=
132+
github.com/golang-jwt/jwt/v5 v5.2.2/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk=
132133
github.com/golang/glog v1.2.1 h1:OptwRhECazUx5ix5TTWC3EZhsZEHWcYWY4FQHTIubm4=
133134
github.com/golang/glog v1.2.1/go.mod h1:6AhwSGph0fcJtXVM/PEHPqZlFeoLxhs7/t5UDAwmO+w=
134135
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=

vendor/github.com/golang-jwt/jwt/v4/parser.go

+53-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/golang-jwt/jwt/v5/README.md

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/golang-jwt/jwt/v5/SECURITY.md

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/golang-jwt/jwt/v5/parser.go

+33-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/golang-jwt/jwt/v5/token.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -219,10 +219,10 @@ github.com/gogo/protobuf/gogoproto
219219
github.com/gogo/protobuf/proto
220220
github.com/gogo/protobuf/protoc-gen-gogo/descriptor
221221
github.com/gogo/protobuf/sortkeys
222-
# github.com/golang-jwt/jwt/v4 v4.5.0
222+
# github.com/golang-jwt/jwt/v4 v4.5.2
223223
## explicit; go 1.16
224224
github.com/golang-jwt/jwt/v4
225-
# github.com/golang-jwt/jwt/v5 v5.2.1
225+
# github.com/golang-jwt/jwt/v5 v5.2.2
226226
## explicit; go 1.18
227227
github.com/golang-jwt/jwt/v5
228228
# github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da

0 commit comments

Comments
 (0)