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

add deprecated message to go.mod #481

Open shogo82148 opened 2 years ago

shogo82148 commented 2 years ago

README says "THIS REPOSITORY IS NO LONGER MAINTANED", however many modules still import this repository.

Module deprecation comments are available from Go 1.17: https://golang.org/doc/go1.17 The comment notify the deprecated message to the users.

mfridman commented 2 years ago

Hey @dgrijalva , this would be useful for some users discovering the package through https://pkg.go.dev

What are your thoughts merging this in?