mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-09 09:49:09 +02:00
17 lines
605 B
Modula-2
17 lines
605 B
Modula-2
module github.com/charmbracelet/gold
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/alecthomas/chroma v0.7.0
|
|
github.com/disintegration/imaging v1.6.2 // indirect
|
|
github.com/eliukblau/pixterm v1.2.4
|
|
github.com/logrusorgru/aurora v0.0.0-20191017060258-dc85c304c434
|
|
github.com/lucasb-eyer/go-colorful v0.0.0-20170903184257-231272389856
|
|
github.com/mattn/go-isatty v0.0.10
|
|
github.com/microcosm-cc/bluemonday v1.0.2
|
|
github.com/muesli/go-wordwrap v1.0.1-0.20191125090158-10bc5504e2a8
|
|
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
|
|
)
|