jwt-go
jwt-go copied to clipboard
Cant go get v4
Trying to get the latest jwt-go
go get github.com/dgrijalva/jwt-go@a58974ee87a68abcf6cfb2315224e89135cf3311
results in the following error.
go get github.com/dgrijalva/jwt-go@a58974ee87a68abcf6cfb2315224e89135cf3311
go: finding github.com/dgrijalva/jwt-go a58974ee87a68abcf6cfb2315224e89135cf3311
go: finding github.com/dgrijalva/jwt-go a58974ee87a68abcf6cfb2315224e89135cf3311
go get github.com/dgrijalva/jwt-go@a58974ee87a68abcf6cfb2315224e89135cf3311: github.com/dgrijalva/[email protected]
ee87a6: invalid version: go.mod has post-v1 module path "github.com/dgrijalva/jwt-go/v4" at revision a58974ee87a6
Please try go get github.com/dgrijalva/jwt-go/v4@a58974ee87a68abcf6cfb2315224e89135cf3311
and let me know if that works
That works and it solves #355
v4 cannot work, go get failed