mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-08-30 05:36:42 -04:00
chroma v0.9.4 adds "bash-session" (a.k.a. "console") lexer (from alecthomas/chroma#551) which testdata/readme.markdown.in happens to use, and hence the need to regenerate testdata/readme.test.
14 lines
324 B
AMPL
14 lines
324 B
AMPL
module github.com/charmbracelet/glamour
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/alecthomas/chroma v0.9.4
|
|
github.com/microcosm-cc/bluemonday v1.0.16
|
|
github.com/muesli/reflow v0.3.0
|
|
github.com/muesli/termenv v0.9.0
|
|
github.com/olekukonko/tablewriter v0.0.5
|
|
github.com/yuin/goldmark v1.4.0
|
|
github.com/yuin/goldmark-emoji v1.0.1
|
|
)
|