mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-21 07:34:18 +02:00
10 lines
259 B
Modula-2
10 lines
259 B
Modula-2
module github.com/charmbracelet/gold
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/logrusorgru/aurora v0.0.0-20191017060258-dc85c304c434
|
|
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
|
|
)
|