Skip to content

Commit

Permalink
Remove ineffective replace for jwt-go
Browse files Browse the repository at this point in the history
  • Loading branch information
marians authored Dec 2, 2023
1 parent 93b8923 commit a13004f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ require (
replace (
github.com/coreos/etcd v3.3.10+incompatible => github.com/coreos/etcd v3.3.25+incompatible
github.com/coreos/etcd v3.3.13+incompatible => github.com/coreos/etcd v3.3.25+incompatible
github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt/v5 v5.2.0
github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2 // CVE-2021-3121
github.com/googleapis/gnostic => github.com/google/gnostic v0.6.9
github.com/opencontainers/runc v0.1.1 => github.com/opencontainers/runc v1.0.0-rc93
Expand Down

0 comments on commit a13004f

Please sign in to comment.