-
Notifications
You must be signed in to change notification settings - Fork 63
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
markdown: fails to build in module mode because latest version of github.com/russross/blackfriday is v2.0.0+incompatible, which isn't compatible #47
Comments
Thanks for reporting. The problem is that the package I'm not sure if it's possible for blackfriday to fix the "latest" version of the I can fix it in this project by explicitly requiring an older compatible version v1.5.2 of |
It turns out I can't use v1.5.2 because it's too old and doesn't include the fix for russross/blackfriday#495, which this project depends on. |
I'll use the latest pseudo-version of v1 API for now, and open an issue for blackfriday to make a newer v1 release version. Opened russross/blackfriday#533 for that. |
There is now a released version of blackfriday v1 that includes the bug fix for russross/blackfriday#495 that our tests rely on. Start using it instead of an older pseudo-version. Updates #47. Updates russross/blackfriday#587.
There is now a released version of blackfriday v1 that includes the bug fix for russross/blackfriday#495 that our tests rely on. Start using it instead of an older pseudo-version. Updates #47. Updates russross/blackfriday#587.
go version
go version go1.12.1 darwin/amd64
go env
Output of
go get -u github.com/shurcooL/markdownfmt
The text was updated successfully, but these errors were encountered: