schollz / cowyo

A feature-rich wiki webserver for minimalists :cow: :speech_balloon:
https://cowyo.com/
MIT License
924 stars 67 forks source link

build failed #150

Open f4rx opened 5 years ago

f4rx commented 5 years ago
root@lois:~# go get -u github.com/schollz/cowyo/...
package github.com/schollz/cowyo
    imports github.com/russross/blackfriday/v2: cannot find package "github.com/russross/blackfriday/v2" in any of:
    /usr/local/go/src/github.com/russross/blackfriday/v2 (from $GOROOT)
    /root/go/src/github.com/russross/blackfriday/v2 (from $GOPATH)
Skrylar commented 4 years ago

It (oddly) builds fine if you build from a git clone, just not from a go get.