mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-08-31 06:06:41 -04:00
Bumps [github.com/yuin/goldmark](https://github.com/yuin/goldmark) from 1.5.2 to 1.5.3. - [Release notes](https://github.com/yuin/goldmark/releases) - [Commits](https://github.com/yuin/goldmark/compare/v1.5.2...v1.5.3) --- updated-dependencies: - dependency-name: github.com/yuin/goldmark dependency-type: direct:production update-type: version-update:semver-patch ... 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.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.3
|
|
github.com/yuin/goldmark-emoji v1.0.1
|
|
)
|