mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-08-30 21:56:44 -04:00
https://github.com/yuin/goldmark/commit/9e0189df270cb443c204b51e89e2b0749b98370c broke backwards compatibility by renaming exported structs without a bump of the module's major version. This commit updates glamour to use goldmark's new API.
14 lines
323 B
AMPL
14 lines
323 B
AMPL
module github.com/charmbracelet/glamour
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/alecthomas/chroma v0.8.1
|
|
github.com/microcosm-cc/bluemonday v1.0.4
|
|
github.com/muesli/reflow v0.2.0
|
|
github.com/muesli/termenv v0.7.4
|
|
github.com/olekukonko/tablewriter v0.0.4
|
|
github.com/yuin/goldmark v1.3.1
|
|
github.com/yuin/goldmark-emoji v1.0.1
|
|
)
|