mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-08-28 04:46:29 -04:00
Bumps [github.com/microcosm-cc/bluemonday](https://github.com/microcosm-cc/bluemonday) from 1.0.24 to 1.0.25. - [Release notes](https://github.com/microcosm-cc/bluemonday/releases) - [Commits](https://github.com/microcosm-cc/bluemonday/compare/v1.0.24...v1.0.25) --- 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>
27 lines
808 B
AMPL
27 lines
808 B
AMPL
module github.com/charmbracelet/glamour
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/alecthomas/chroma/v2 v2.8.0
|
|
github.com/microcosm-cc/bluemonday v1.0.25
|
|
github.com/muesli/reflow v0.3.0
|
|
github.com/muesli/termenv v0.15.2
|
|
github.com/olekukonko/tablewriter v0.0.5
|
|
github.com/yuin/goldmark v1.5.4
|
|
github.com/yuin/goldmark-emoji v1.0.2
|
|
)
|
|
|
|
require (
|
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
|
github.com/dlclark/regexp2 v1.4.0 // indirect
|
|
github.com/gorilla/css v1.0.0 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.18 // indirect
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
golang.org/x/net v0.12.0 // indirect
|
|
golang.org/x/sys v0.10.0 // indirect
|
|
)
|