Bump chroma, tablewriter, and termenv dependencies

This commit is contained in:
Christian Muehlhaeuser
2021-03-11 16:24:07 +01:00
parent 4292a2106d
commit 2b8307dcb4
2 changed files with 15 additions and 16 deletions
+3 -3
View File
@@ -3,11 +3,11 @@ module github.com/charmbracelet/glamour
go 1.13
require (
github.com/alecthomas/chroma v0.8.1
github.com/alecthomas/chroma v0.8.2
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/muesli/termenv v0.8.0
github.com/olekukonko/tablewriter v0.0.5
github.com/yuin/goldmark v1.3.1
github.com/yuin/goldmark-emoji v1.0.1
)