mark icon indicating copy to clipboard operation
mark copied to clipboard

Cannot build: cannot find package "github.com/kovetskiy/blackfriday/v2"

Open zemiak opened this issue 3 years ago • 0 comments

Hello,

when trying to build the current master:

make get is failing with:

github.com/kovetskiy/blackfriday (download)
package github.com/kovetskiy/blackfriday/v2: cannot find package "github.com/kovetskiy/blackfriday/v2" in any of:
	/usr/local/go/src/github.com/kovetskiy/blackfriday/v2 (from $GOROOT)
	/Users/vasko/go/src/github.com/kovetskiy/blackfriday/v2 (from $GOPATH)
Fetching https://gopkg.in/yaml.v2?go-get=1
Parsing meta tags from https://gopkg.in/yaml.v2?go-get=1 (status code 200)
get "gopkg.in/yaml.v2": found meta tag get.metaImport{Prefix:"gopkg.in/yaml.v2", VCS:"git", RepoRoot:"https://gopkg.in/yaml.v2"} at https://gopkg.in/yaml.v2?go-get=1
gopkg.in/yaml.v2 (download)
github.com/reconquest/regexputil-go (download)
make: *** [get] Error 1

go version

go version go1.10 darwin/amd64

zemiak avatar Mar 31 '21 03:03 zemiak