Files
glamour-temp-MUTN/go.mod
T
Tom Payne 4292a2106d Update for latest release of yuin/goldmark
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.
2020-12-27 15:05:46 +01:00

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
)