samfoo / mdcat

Format markdown for the console.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blackfriday package fails

codeliger opened this issue · comments

commented
go: finding github.com/samfoo/mdcat latest
go: downloading github.com/samfoo/mdcat v0.0.0-20160126001438-3e3d5157e737
go: extracting github.com/samfoo/mdcat v0.0.0-20160126001438-3e3d5157e737
go: finding github.com/samfoo/ansi latest
go: downloading github.com/russross/blackfriday v2.0.0+incompatible
go: extracting github.com/russross/blackfriday v2.0.0+incompatible
go: downloading github.com/samfoo/ansi v0.0.0-20160124022901-b6bd2ded7189
go: extracting github.com/samfoo/ansi v0.0.0-20160124022901-b6bd2ded7189
go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
go: extracting github.com/shurcooL/sanitized_anchor_name v1.0.0
# github.com/samfoo/mdcat
../../../../pkg/mod/github.com/samfoo/mdcat@v0.0.0-20160126001438-3e3d5157e737/mdcat.go:19:3: undefined: blackfriday.EXTENSION_NO_INTRA_EMPHASIS
../../../../pkg/mod/github.com/samfoo/mdcat@v0.0.0-20160126001438-3e3d5157e737/mdcat.go:20:3: undefined: blackfriday.EXTENSION_FENCED_CODE
../../../../pkg/mod/github.com/samfoo/mdcat@v0.0.0-20160126001438-3e3d5157e737/mdcat.go:21:3: undefined: blackfriday.EXTENSION_AUTOLINK
../../../../pkg/mod/github.com/samfoo/mdcat@v0.0.0-20160126001438-3e3d5157e737/mdcat.go:22:3: undefined: blackfriday.EXTENSION_STRIKETHROUGH
../../../../pkg/mod/github.com/samfoo/mdcat@v0.0.0-20160126001438-3e3d5157e737/mdcat.go:23:3: undefined: blackfriday.EXTENSION_SPACE_HEADERS
../../../../pkg/mod/github.com/samfoo/mdcat@v0.0.0-20160126001438-3e3d5157e737/mdcat.go:24:3: undefined: blackfriday.EXTENSION_HEADER_IDS
../../../../pkg/mod/github.com/samfoo/mdcat@v0.0.0-20160126001438-3e3d5157e737/mdcat.go:25:3: undefined: blackfriday.EXTENSION_BACKSLASH_LINE_BREAK
../../../../pkg/mod/github.com/samfoo/mdcat@v0.0.0-20160126001438-3e3d5157e737/mdcat.go:26:3: undefined: blackfriday.EXTENSION_DEFINITION_LISTS
../../../../pkg/mod/github.com/samfoo/mdcat@v0.0.0-20160126001438-3e3d5157e737/mdcat.go:36:34: too many arguments to conversion to blackfriday.Markdown: blackfriday.Markdown(input, render
er, extensions)
../../../../pkg/mod/github.com/samfoo/mdcat@v0.0.0-20160126001438-3e3d5157e737/mdcat.go:60:33: too many arguments to conversion to blackfriday.Markdown: blackfriday.Markdown(input, render
er, extensions)
../../../../pkg/mod/github.com/samfoo/mdcat@v0.0.0-20160126001438-3e3d5157e737/mdcat.go:60:33: too many errors

works if you turn off gomod export GO111MODULE=off