Files
glamour-temp-MUTN/go.mod
T
dependabot[bot] 1138d0eceb Bump github.com/muesli/termenv from 0.13.0 to 0.14.0
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>
2023-03-07 11:31:24 +01:00

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
)