2019-12-20 21:47:47 +00:00
|
|
|
module github.com/charmbracelet/glow
|
2019-12-19 00:01:45 +00:00
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2020-08-20 17:35:12 +00:00
|
|
|
github.com/alecthomas/chroma v0.8.0 // indirect
|
2021-01-15 18:38:47 +00:00
|
|
|
github.com/charmbracelet/bubbles v0.7.6
|
2021-03-01 23:09:12 +00:00
|
|
|
github.com/charmbracelet/bubbletea v0.12.6-0.20210301230553-cd676fab5a41
|
2020-10-06 16:34:39 +00:00
|
|
|
github.com/charmbracelet/charm v0.8.2
|
|
|
|
github.com/charmbracelet/glamour v0.2.1-0.20200829234023-6c0e29c4dae5
|
2020-05-19 00:45:13 +00:00
|
|
|
github.com/dustin/go-humanize v1.0.1-0.20200219035652-afde56e7acac
|
2020-09-09 22:02:00 +00:00
|
|
|
github.com/google/uuid v1.1.2 // indirect
|
2020-11-16 20:25:23 +00:00
|
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
2021-01-15 18:38:47 +00:00
|
|
|
github.com/mattn/go-runewidth v0.0.10
|
2020-08-07 15:18:25 +00:00
|
|
|
github.com/meowgorithm/babyenv v1.3.0
|
2020-08-20 17:35:12 +00:00
|
|
|
github.com/microcosm-cc/bluemonday v1.0.4 // indirect
|
2020-12-16 15:23:58 +00:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2021-03-01 10:44:38 +00:00
|
|
|
github.com/muesli/gitcha v0.2.0
|
2020-10-23 04:24:03 +00:00
|
|
|
github.com/muesli/go-app-paths v0.2.1
|
2021-01-15 18:38:47 +00:00
|
|
|
github.com/muesli/reflow v0.2.1-0.20210115123740-9e1d0d53df68
|
2020-10-13 03:23:38 +00:00
|
|
|
github.com/muesli/termenv v0.7.4
|
2020-11-16 20:25:23 +00:00
|
|
|
github.com/sahilm/fuzzy v0.1.0
|
2020-12-10 01:12:01 +00:00
|
|
|
github.com/segmentio/ksuid v1.0.3
|
2020-10-23 04:24:03 +00:00
|
|
|
github.com/spf13/cobra v1.1.1
|
|
|
|
github.com/spf13/viper v1.7.0
|
2021-01-15 18:38:47 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
|
2020-08-20 17:35:12 +00:00
|
|
|
golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc // indirect
|
2021-01-15 18:38:47 +00:00
|
|
|
golang.org/x/sys v0.0.0-20210113181707-4bcb84eeeb78
|
|
|
|
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect
|
2020-11-17 02:17:11 +00:00
|
|
|
golang.org/x/text v0.3.2
|
2019-12-19 00:01:45 +00:00
|
|
|
)
|