* testing code highlight with bfchroma render * add bfchroma vendoring * render code htm with classes * adjust bfchroma test cases inside formatter * go mod tidy * fix markdown code render tests * adjust comment text sanitizer to permit code HTML classes * go mod tidy * add chroma classes list regexp * unify gitignore entries style Co-authored-by: Umputun <umputun@gmail.com>
21 lines
844 B
AMPL
21 lines
844 B
AMPL
module github.com/Depado/bfchroma
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38 // indirect
|
|
github.com/alecthomas/chroma v0.6.0
|
|
github.com/alecthomas/colour v0.0.0-20160524082231-60882d9e2721 // indirect
|
|
github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1 // indirect
|
|
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dlclark/regexp2 v1.1.6 // indirect
|
|
github.com/mattn/go-isatty v0.0.4 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.0.1
|
|
github.com/sergi/go-diff v1.0.0 // indirect
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
github.com/stretchr/testify v1.2.2
|
|
golang.org/x/sys v0.0.0-20181107165924-66b7b1311ac8 // indirect
|
|
)
|