mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-20 07:04:17 +02:00
9 lines
227 B
Modula-2
9 lines
227 B
Modula-2
module github.com/magicnumbers/gold
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/logrusorgru/aurora v0.0.0-20191017060258-dc85c304c434
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
gopkg.in/russross/blackfriday.v2 v2.0.0
|
|
)
|