module github.com/b3log/lute go 1.12 require ( github.com/alecthomas/chroma v0.6.6 github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1 // indirect github.com/b3log/gulu v0.0.0-20190806070629-089495959b39 github.com/dlclark/regexp2 v1.2.0 // indirect github.com/klauspost/compress v1.7.6 // indirect github.com/klauspost/cpuid v1.2.1 // indirect github.com/kr/pretty v0.1.0 // indirect github.com/mattn/go-isatty v0.0.9 // indirect github.com/stretchr/testify v1.4.0 // indirect github.com/valyala/fasthttp v1.4.0 github.com/yuin/goldmark v1.0.10 gitlab.com/golang-commonmark/html v0.0.0-20180917080848-cfaf75183c4a // indirect gitlab.com/golang-commonmark/linkify v0.0.0-20180917065525-c22b7bdb1179 // indirect gitlab.com/golang-commonmark/markdown v0.0.0-20181102083822-772775880e1f gitlab.com/golang-commonmark/mdurl v0.0.0-20180912090424-e5bce34c34f2 // indirect gitlab.com/golang-commonmark/puny v0.0.0-20180912090636-2cd490539afe // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect )