mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-08-27 20:36:26 -04:00
27 lines
802 B
AMPL
27 lines
802 B
AMPL
module github.com/charmbracelet/glamour
|
|
|
|
go 1.24.4
|
|
|
|
require (
|
|
github.com/microcosm-cc/bluemonday v1.0.27
|
|
github.com/muesli/reflow v0.3.0
|
|
github.com/muesli/termenv v0.16.0
|
|
github.com/olekukonko/tablewriter v0.0.5
|
|
github.com/rwinkhart/go-highlite v0.1.1
|
|
github.com/yuin/goldmark v1.7.12
|
|
github.com/yuin/goldmark-emoji v1.0.6
|
|
)
|
|
|
|
require (
|
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
|
github.com/gorilla/css v1.0.1 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
golang.org/x/net v0.41.0 // indirect
|
|
golang.org/x/sys v0.33.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|