mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-08-28 04:46:29 -04:00
Bumps [github.com/muesli/termenv](https://github.com/muesli/termenv) from 0.13.0 to 0.14.0. - [Release notes](https://github.com/muesli/termenv/releases) - [Commits](https://github.com/muesli/termenv/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: github.com/muesli/termenv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
14 lines
326 B
AMPL
14 lines
326 B
AMPL
module github.com/charmbracelet/glamour
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/alecthomas/chroma v0.10.0
|
|
github.com/microcosm-cc/bluemonday v1.0.22
|
|
github.com/muesli/reflow v0.3.0
|
|
github.com/muesli/termenv v0.14.0
|
|
github.com/olekukonko/tablewriter v0.0.5
|
|
github.com/yuin/goldmark v1.5.4
|
|
github.com/yuin/goldmark-emoji v1.0.1
|
|
)
|