Skip to content

Conversation

@benjaminxscott
Copy link

@benjaminxscott benjaminxscott commented Jun 24, 2021

The go-jwt package has breaking api changes from v2 to v3, requiring some of the calling conventions to change.

This works using go build for me

An alternative would be to pin the jwt dependency to the particular v2 version string that was used to build this repo, if the maintainers prefer.

@13rac1
Copy link
Contributor

13rac1 commented Jun 30, 2021

Ideally this should be converted to go mod with the current Go version.

@benjaminxscott
Copy link
Author

Added the module files that worked for me

(am a noob here, so ymmv)

@oldmonad
Copy link

The go-jwt package has breaking api changes from v2 to v3, requiring some of the calling conventions to change.

This works using go build for me

An alternative would be to pin the jwt dependency to the particular v2 version string that was used to build this repo, if the maintainers prefer.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants