jwt
jwt copied to clipboard
which golang-jwt/jwt version can be used when building with golang1.13.8
- build golang1.13.8, and build errors:
/root/go/pkg/mod/github.com/golang-jwt/[email protected]+incompatible/ecdsa.go:135:4: r.FillBytes undefined (type *big.Int has no field or method FillBytes)
/root/go/pkg/mod/github.com/golang-jwt/[email protected]+incompatible/ecdsa.go:136:4: s.FillBytes undefined (type *big.Int has no field or method FillBytes)
- which golang-jwt/jwt version can be used when building with golang1.13.8?