growler / go-slate

A CLI tool to generate API documentation using Slate layout by Robert Lord
MIT License
23 stars 8 forks source link

Can't go-get because of blackfriday #1

Closed Djolivald closed 4 years ago

Djolivald commented 4 years ago

Hi, I have an issue when trying to go-get go-slate:

$> go get -u github.com/growler/go-slate
go get: github.com/growler/go-slate@v1.0.3 requires
        gopkg.in/russross/blackfriday.v2@v2.0.1: go.mod has non-....v2 module path "github.com/russross/blackfriday/v2" at revision v2.0.1

using go version go1.13.6 windows/amd64 Thanks