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.
This commit is contained in:
Tom Payne
2020-12-27 15:05:46 +01:00
committed by Christian Muehlhaeuser
parent b37f694db4
commit 4292a2106d
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -8,6 +8,6 @@ require (
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.2.1
github.com/yuin/goldmark v1.3.1
github.com/yuin/goldmark-emoji v1.0.1
)