-
-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update jwt-go depdenceny #51
Comments
same issue on go 1.6.1 |
thank you for the report @plandem . Please use the 👍 feature if this issue affects you in the future. The issue is not related to the go version but due to breaking changes in |
sorry, i'm still quite new to Go. i choose https://github.com/kovetskiy/manul as dep manager, but anyway, i still can't understand how to fix errors. |
No worries, this repository uses glide for dependency management: https://github.com/Masterminds/glide |
i still can't understand how to fix issue. i'm trying to compile example and just no luck. tried glide too |
Thanks for the report, there indeed seems to be something broken with running the example. Additionally, the docs are missing glide. Sorry for that. Patch #52 resolves the internal import in the example. Now do the follwoing to run the example with glide:
Thank you for your patience and reports :) I hope everything works now. If not, let me know. |
worked finally. thanks. p.s.: it would be nice to see some hints for 2 step auth process :) |
yeah aboslutely. the one thing this repository is missing is good docs. it will be done, promised :) |
resolved in #53 |
The text was updated successfully, but these errors were encountered: