mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-08-29 05:16:25 -04:00
While we don't support extended color ranges just yet, this approximates the hex value to the closest color value in the ANSI 256-color chart.
19 lines
592 B
AMPL
19 lines
592 B
AMPL
module github.com/charmbracelet/gold
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/alecthomas/chroma v0.7.0
|
|
github.com/logrusorgru/aurora v0.0.0-20191017060258-dc85c304c434
|
|
github.com/lucasb-eyer/go-colorful v1.0.3
|
|
github.com/mattn/go-isatty v0.0.10
|
|
github.com/mattn/go-runewidth v0.0.7
|
|
github.com/microcosm-cc/bluemonday v1.0.2
|
|
github.com/muesli/reflow v0.0.0-20191205093112-d357691d258b
|
|
github.com/olekukonko/tablewriter v0.0.3
|
|
github.com/rakyll/statik v0.1.6
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
github.com/spf13/cobra v0.0.5
|
|
gopkg.in/russross/blackfriday.v2 v2.0.0
|
|
)
|