Skip to content

Commit c33303b

Browse files
dependabot[bot]aramprice
authored andcommitted
Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.2
Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.5.0 to 4.5.2. - [Release notes](https://github.com/golang-jwt/jwt/releases) - [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md) - [Commits](golang-jwt/jwt@v4.5.0...v4.5.2) --- updated-dependencies: - dependency-name: github.com/golang-jwt/jwt/v4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a8478a0 commit c33303b

File tree

4 files changed

+57
-28
lines changed

4 files changed

+57
-28
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ require (
4848
github.com/go-ini/ini v1.37.0 // indirect
4949
github.com/go-logr/logr v1.2.4 // indirect
5050
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
51-
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
51+
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
5252
github.com/golang/protobuf v1.5.3 // indirect
5353
github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect
5454
github.com/google/go-cmp v0.6.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ github.com/go-logr/logr v1.2.4/go.mod h1:jdQByPbusPIv2/zmleS9BjJVeZ6kBagPoEUsqbV
8181
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 h1:tfuBGBXKqDEevZMzYi5KSi8KkcZtzBcTgAUUtapy0OI=
8282
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572/go.mod h1:9Pwr4B2jHnOSGXyyzV8ROjYa2ojvAY6HCGYYfMoC3Ls=
8383
github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
84-
github.com/golang-jwt/jwt/v4 v4.5.0 h1:7cYmW1XlMY7h7ii7UhUyChSgS5wUJEnm9uZVTGqOWzg=
85-
github.com/golang-jwt/jwt/v4 v4.5.0/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0=
84+
github.com/golang-jwt/jwt/v4 v4.5.2 h1:YtQM7lnr8iZ+j5q71MGKkNw9Mn7AjHM68uc9g5fXeUI=
85+
github.com/golang-jwt/jwt/v4 v4.5.2/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0=
8686
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b h1:VKtxabqXZkF25pY9ekfRL6a582T4P37/31XEstQ5p58=
8787
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
8888
github.com/golang/lint v0.0.0-20180702182130-06c8688daad7/go.mod h1:tluoj9z5200jBnyusfRPU2LqT6J+DAorxEvtC7LHB+E=

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

Lines changed: 53 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ github.com/go-logr/logr/funcr
199199
# github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572
200200
## explicit; go 1.13
201201
github.com/go-task/slim-sprig
202-
# github.com/golang-jwt/jwt/v4 v4.5.0
202+
# github.com/golang-jwt/jwt/v4 v4.5.2
203203
## explicit; go 1.16
204204
github.com/golang-jwt/jwt/v4
205205
# github.com/golang/protobuf v1.5.3

0 commit comments

Comments
 (0)