Bump chroma, bluemonday, reflow, termenv dependencies to latest release

This commit is contained in:
Christian Muehlhaeuser
2020-10-20 10:03:04 +02:00
parent 9c39c0ec76
commit 02db64a120
2 changed files with 18 additions and 14 deletions
+4 -4
View File
@@ -3,10 +3,10 @@ module github.com/charmbracelet/glamour
go 1.13
require (
github.com/alecthomas/chroma v0.7.3
github.com/microcosm-cc/bluemonday v1.0.2
github.com/muesli/reflow v0.1.0
github.com/muesli/termenv v0.7.2
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.2.1
)