Files
glamour-temp-MUTN/go.mod
T
dependabot[bot] c4cd9ed13e Bump github.com/microcosm-cc/bluemonday from 1.0.19 to 1.0.21
Bumps [github.com/microcosm-cc/bluemonday](https://github.com/microcosm-cc/bluemonday) from 1.0.19 to 1.0.21.
- [Release notes](https://github.com/microcosm-cc/bluemonday/releases)
- [Commits](https://github.com/microcosm-cc/bluemonday/compare/v1.0.19...v1.0.21)

---
updated-dependencies:
- dependency-name: github.com/microcosm-cc/bluemonday
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-15 07:08:42 +02: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.21
github.com/muesli/reflow v0.3.0
github.com/muesli/termenv v0.13.0
github.com/olekukonko/tablewriter v0.0.5
github.com/yuin/goldmark v1.5.2
github.com/yuin/goldmark-emoji v1.0.1
)