Bump termenv, chroma, bluemonday, goldmark deps

This commit is contained in:
Christian Muehlhaeuser
2021-09-06 20:14:25 +02:00
parent ea285ca64f
commit 86a99924d7
2 changed files with 24 additions and 26 deletions
+4 -4
View File
@@ -3,11 +3,11 @@ module github.com/charmbracelet/glamour
go 1.13
require (
github.com/alecthomas/chroma v0.8.2
github.com/microcosm-cc/bluemonday v1.0.6
github.com/alecthomas/chroma v0.9.2
github.com/microcosm-cc/bluemonday v1.0.15
github.com/muesli/reflow v0.3.0
github.com/muesli/termenv v0.8.1
github.com/muesli/termenv v0.9.0
github.com/olekukonko/tablewriter v0.0.5
github.com/yuin/goldmark v1.3.3
github.com/yuin/goldmark v1.4.0
github.com/yuin/goldmark-emoji v1.0.1
)