mdcat icon indicating copy to clipboard operation
mdcat copied to clipboard

blackfriday package fails

Open codeliger opened this issue 5 years ago • 1 comments

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/[email protected]/mdcat.go:19:3: undefined: blackfriday.EXTENSION_NO_INTRA_EMPHASIS
../../../../pkg/mod/github.com/samfoo/[email protected]/mdcat.go:20:3: undefined: blackfriday.EXTENSION_FENCED_CODE
../../../../pkg/mod/github.com/samfoo/[email protected]/mdcat.go:21:3: undefined: blackfriday.EXTENSION_AUTOLINK
../../../../pkg/mod/github.com/samfoo/[email protected]/mdcat.go:22:3: undefined: blackfriday.EXTENSION_STRIKETHROUGH
../../../../pkg/mod/github.com/samfoo/[email protected]/mdcat.go:23:3: undefined: blackfriday.EXTENSION_SPACE_HEADERS
../../../../pkg/mod/github.com/samfoo/[email protected]/mdcat.go:24:3: undefined: blackfriday.EXTENSION_HEADER_IDS
../../../../pkg/mod/github.com/samfoo/[email protected]/mdcat.go:25:3: undefined: blackfriday.EXTENSION_BACKSLASH_LINE_BREAK
../../../../pkg/mod/github.com/samfoo/[email protected]/mdcat.go:26:3: undefined: blackfriday.EXTENSION_DEFINITION_LISTS
../../../../pkg/mod/github.com/samfoo/[email protected]/mdcat.go:36:34: too many arguments to conversion to blackfriday.Markdown: blackfriday.Markdown(input, render
er, extensions)
../../../../pkg/mod/github.com/samfoo/[email protected]/mdcat.go:60:33: too many arguments to conversion to blackfriday.Markdown: blackfriday.Markdown(input, render
er, extensions)
../../../../pkg/mod/github.com/samfoo/[email protected]/mdcat.go:60:33: too many errors

codeliger avatar Apr 01 '19 17:04 codeliger

works if you turn off gomod export GO111MODULE=off

pbarker avatar Aug 22 '19 16:08 pbarker