dgrijalva / jwt-go

ARCHIVE - Golang implementation of JSON Web Tokens (JWT). This project is now maintained at:
https://github.com/golang-jwt/jwt
MIT License
10.78k stars 997 forks source link

Dependabot alerts #478

Open skiffer-git opened 2 years ago

skiffer-git commented 2 years ago

1627559081(1)

lggomez commented 2 years ago

@skiffer-git this repository is no longer maintained

The new repository can be found at: https://github.com/golang-jwt/jwt

For more information, see issue #462 and https://github.com/dgrijalva/jwt-go/issues/462#issuecomment-870077228

HaBaLeS commented 2 years ago

Most easy way to get rid of this library is

replace github.com/dgrijalva/jwt-go v3.2.0+incompatible => github.com/golang-jwt/jwt/v4 v4.1.0

and this helps also for 3rd party libs it's a

Community maintained clone of https://github.com/dgrijalva/jwt-go