Skip to content

Commit

Permalink
Update module github.com/golang-jwt/jwt/v5 to v5.2.1 (#593)
Browse files Browse the repository at this point in the history
* Update module github.com/golang-jwt/jwt/v5 to v5.2.1

* Update .nancy-ignore

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Marian Steinbach <marian@giantswarm.io>
  • Loading branch information
renovate[bot] and marians authored Mar 5, 2024
1 parent 6113924 commit 10c524d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .nancy-ignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# pkg:golang/k8s.io/apiserver@v0.29.0
CVE-2020-8561 until=2024-03-31

# pkg:golang/helm.sh/helm/v3@v3.14.2
CVE-2019-25210 until=2024-03-31
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ require (
replace (
github.com/aws/aws-sdk-go => github.com/aws/aws-sdk-go v1.50.30
github.com/containerd/containerd => github.com/containerd/containerd v1.7.13
github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt/v5 v5.2.0
github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt/v5 v5.2.1
github.com/docker/distribution => github.com/docker/distribution v0.0.0-20191216044856-a8371794149d
github.com/docker/docker => github.com/moby/moby v25.0.3+incompatible
github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2
Expand Down
2 changes: 1 addition & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ github.com/gobwas/glob v0.2.3/go.mod h1:d3Ez4x06l9bZtSvzIay5+Yzi0fmZzPgnTbPcKjJA
github.com/gogo/googleapis v1.1.0/go.mod h1:gf4bu3Q80BeJ6H1S1vYPm8/ELATdvryBaNFGgqEef3s=
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q=
github.com/golang-jwt/jwt/v5 v5.2.0/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk=
github.com/golang-jwt/jwt/v5 v5.2.1/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk=
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
Expand Down

0 comments on commit 10c524d

Please sign in to comment.