-
Notifications
You must be signed in to change notification settings - Fork 67
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 to blackfriday v2.0.0 API #28
Comments
As a temporary measure, the import could at least be changed to gopkg.in/russross/blackfriday.v1 That or if this project were updated to use dep, a version constraint could be put on blackfriday [[constraint]]
name = "github.com/russross/blackfriday"
version = "1.4" FYI, this causes issues for anyone who tries to import this package using dep. |
@zevdg It's already vendored. |
Some tools flatten dependencies' vendor directories, fwiw. |
Happy to use dep if someone wants to convert it over. |
Being implemented in #33 |
https://github.com/russross/blackfriday/releases/tag/v2.0.0
The text was updated successfully, but these errors were encountered: