mirror of
https://github.com/charmbracelet/glow
synced 2024-11-10 14:14:17 +00:00
26 lines
1.1 KiB
Modula-2
26 lines
1.1 KiB
Modula-2
module github.com/charmbracelet/glow
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/alecthomas/chroma v0.8.0 // indirect
|
|
github.com/charmbracelet/bubbles v0.5.2-0.20200825133643-5f7c8b537514
|
|
github.com/charmbracelet/bubbletea v0.10.3
|
|
github.com/charmbracelet/charm v0.8.1-0.20200910161254-bdf0d7dde0cf
|
|
github.com/charmbracelet/glamour v0.2.1-0.20200820173154-593dda41c59f
|
|
github.com/dustin/go-humanize v1.0.1-0.20200219035652-afde56e7acac
|
|
github.com/google/uuid v1.1.2 // indirect
|
|
github.com/mattn/go-runewidth v0.0.9
|
|
github.com/meowgorithm/babyenv v1.3.0
|
|
github.com/microcosm-cc/bluemonday v1.0.4 // indirect
|
|
github.com/muesli/gitcha v0.1.1
|
|
github.com/muesli/reflow v0.1.1-0.20200715144030-a312cb5b2d8d
|
|
github.com/muesli/termenv v0.7.2
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/yuin/goldmark v1.2.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
|
|
golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc // indirect
|
|
golang.org/x/sys v0.0.0-20200909081042-eff7692f9009
|
|
)
|
|
|
|
replace github.com/muesli/gitcha => github.com/meowgorithm/gitcha v0.1.2-0.20200907220241-87b69df49486
|