streamnative / pulsar-client-go

Apache Pulsar Go Client Library
https://pulsar.apache.org/
Apache License 2.0
1 stars 2 forks source link

ISSUE-675: should change dgrijalva/jwt-go to golang-jwt/jwt in oauth2/go.mod #245

Open sijie opened 2 years ago

sijie commented 2 years ago

Original Issue: apache/pulsar-client-go#675


Is your feature request related to a problem? Please describe. The oauth2/go.mod require github.com/form3tech-oss/jwt-go v3.2.3+incompatible should update to community maintained version: github.com/golang-jwt/jwt, which now in active development, you can see this issue for more detail https://github.com/dgrijalva/jwt-go/issues/474

Describe the solution you'd like Just simply change the dependency from github.com/form3tech-oss/jwt-go to github.com/golang-jwt/jwt

Describe alternatives you've considered no.

Additional context no.