Unfortunately the Go module proxy (i.e., mirror) cached 2 versions: https://pkg.go.dev/github.com/golang-jwt/jwt?tab=versions When a user does a `go get github.com/golang-jwt/jwt` it will download the following version: github.com/golang-jwt/jwt v3.2.0+incompatible // indirect Whereas it _should_ import the correct one (based on latest commit on `main`) github.com/golang-jwt/jwt v0.0.0-20210529012641-6a07921e6808 // indirect If we cannot get those 2 versions removed from the proxy, we'll have to go with plan B... add a /v3 and tag a `v3.2.1`