Skip to content
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

Cannot find blackfriday #92

Open
almereyda opened this issue May 12, 2020 · 2 comments
Open

Cannot find blackfriday #92

almereyda opened this issue May 12, 2020 · 2 comments

Comments

@almereyda
Copy link

When attempting to install quiki with

go get github.com/cooper/quiki

as of https://quiki.app/get-started, it fails with

package github.com/russross/blackfriday/v2: cannot find package "github.com/russross/blackfriday/v2" in any of:
	/usr/lib/golang/src/github.com/russross/blackfriday/v2 (from $GOROOT)
	/home/yala/go/src/github.com/russross/blackfriday/v2 (from $GOPATH)

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

go get github.com/russross/blackfriday/v2

does not work. Its readme states to install it with

go get -u gopkg.in/russross/blackfriday.v2

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.

@cooper
Copy link
Owner

cooper commented May 12, 2020

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?

@cooper
Copy link
Owner

cooper commented May 12, 2020

I think there's just something about the versioning in blackfriday that it does not like.

see:
russross/blackfriday#565
russross/blackfriday#587

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

No branches or pull requests

2 participants