You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed also it does not work when running in GOPATH mode with the blackfriday v2 dependency. I believe it should work if you clone the repository and build it outside of GOPATH. Can you confirm?
When attempting to install quiki with
as of https://quiki.app/get-started, it fails with
This is interesting, as the project is here at https://github.com/russross/blackfriday/ and it also has a tag for v2.0.1 ref. https://github.com/cooper/quiki/blob/master/go.sum#L72
Also
does not work. Its readme states to install it with
Doing that also does not help to satisfy the dependency. Its readme also suggests to use dep or Glide for semantic versioning and package management.
The text was updated successfully, but these errors were encountered: