mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-08-30 05:36:42 -04:00
13 lines
284 B
AMPL
13 lines
284 B
AMPL
module github.com/charmbracelet/glamour
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/alecthomas/chroma v0.8.1
|
|
github.com/microcosm-cc/bluemonday v1.0.4
|
|
github.com/muesli/reflow v0.2.0
|
|
github.com/muesli/termenv v0.7.4
|
|
github.com/olekukonko/tablewriter v0.0.4
|
|
github.com/yuin/goldmark v1.2.1
|
|
)
|