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
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.