Files
glamour-temp-MUTN/go.mod
T
dependabot[bot] 19d7ec261d Bump github.com/alecthomas/chroma/v2 from 2.5.0 to 2.6.0
Bumps [github.com/alecthomas/chroma/v2](https://github.com/alecthomas/chroma) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/alecthomas/chroma/releases)
- [Changelog](https://github.com/alecthomas/chroma/blob/master/.goreleaser.yml)
- [Commits](https://github.com/alecthomas/chroma/compare/v2.5.0...v2.6.0)

---
updated-dependencies:
- dependency-name: github.com/alecthomas/chroma/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-22 00:11:32 +01:00

27 lines
806 B
AMPL

module github.com/charmbracelet/glamour
go 1.17
require (
github.com/alecthomas/chroma/v2 v2.6.0
github.com/microcosm-cc/bluemonday v1.0.23
github.com/muesli/reflow v0.3.0
github.com/muesli/termenv v0.15.1
github.com/olekukonko/tablewriter v0.0.5
github.com/yuin/goldmark v1.5.4
github.com/yuin/goldmark-emoji v1.0.1
)
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.17 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sys v0.6.0 // indirect
)