Releases: zeripath/jwt
Releases · zeripath/jwt
v4.0.0-go1.14
This is a tag of upstream golang-jwt/jwt v4.0.0 with support for go1.14 restored.
Whilst go1.14 is not officially supported upstream anymore there are a few projects which require go1.14 compilation support. This forked release simply contains a workaround for go1.14.
4.0.0
- Introduces support for Go modules. The
v4
version will be backwards compatible withv3.x.y
.
v3.2.2-go1.14
Release of v3.2.2 from upstream golang-jwt/jwt with go 1.14 support added back in for projects that need to still support go 1.14 compilation.