Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
golang-github-golang-jwt-jwt-v5
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Go Packaging Team
packages
golang-github-golang-jwt-jwt-v5
Commits
b27c8896
Unverified
Commit
b27c8896
authored
1 year ago
by
John Barham
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
MIGRATION_GUIDE.md
+1
-1
1 addition, 1 deletion
MIGRATION_GUIDE.md
with
1 addition
and
1 deletion
MIGRATION_GUIDE.md
+
1
−
1
View file @
b27c8896
...
...
@@ -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/v
5
`
, either manually
`github.com/golang-jwt/jwt`
with
`github.com/golang-jwt/jwt/v
4
`
, either manually
or by using tools such as
`sed`
or
`gofmt`
.
And then you'd typically run:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment