Skip to content
Snippets Groups Projects
Unverified Commit b27c8896 authored by John Barham's avatar John Barham Committed by GitHub
Browse files

Update MIGRATION_GUIDE.md (#363)

Use correct path for v4 migration
parent b05644bf
No related branches found
No related tags found
No related merge requests found
......@@ -179,7 +179,7 @@ be a drop-in replacement, if you're having troubles migrating, please open an
issue.
You can replace all occurrences of `github.com/dgrijalva/jwt-go` or
`github.com/golang-jwt/jwt` with `github.com/golang-jwt/jwt/v5`, either manually
`github.com/golang-jwt/jwt` with `github.com/golang-jwt/jwt/v4`, either manually
or by using tools such as `sed` or `gofmt`.
And then you'd typically run:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment