blackfriday icon indicating copy to clipboard operation
blackfriday copied to clipboard

why remove v2 code?

Open peterwillcn opened this issue 4 years ago • 6 comments

 [ERROR]   Error scanning github.com/russross/blackfriday/v2: cannot find package "." in:
        /Users/mac/.glide/cache/src/https-github.com-russross-blackfriday/v2
[ERROR]   Failed to retrieve a list of dependencies: Error resolving imports

peterwillcn avatar Aug 16 '19 10:08 peterwillcn

Same issue hereee :'( do you know how to fix glide depedencies because of this issue?

orgmatileg avatar Aug 21 '19 06:08 orgmatileg

I was having the same issue with godep. I've ended up fixing it like this:

go get gopkg.in/russross/blackfriday.v2
cp -R $GOPATH/src/gopkg.in/russross/blackfriday.v2 $GOPATH/src/github.com/russross/blackfriday/v2

🙁

enrichman avatar Aug 21 '19 09:08 enrichman

Same issue for me as well.

kopaul avatar Aug 22 '19 16:08 kopaul

Facing the same issue 😞

4j4y avatar Sep 10 '19 08:09 4j4y

Having replace gopkg.in/russross/blackfriday.v2 => github.com/russross/blackfriday/v2 v2.0.1 in go.mod may fix the issue if you use go modules.

atetubou avatar Sep 10 '19 12:09 atetubou

You seem to have the same root cause as #565

andig avatar Sep 10 '19 16:09 andig