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 (
|
2021-01-15 18:38:47 +00:00
|
|
|
github.com/charmbracelet/bubbles v0.7.6
|
2021-04-08 14:31:00 +00:00
|
|
|
github.com/charmbracelet/bubbletea v0.13.2
|
2021-03-11 15:33:53 +00:00
|
|
|
github.com/charmbracelet/charm v0.8.6
|
2021-04-08 14:31:00 +00:00
|
|
|
github.com/charmbracelet/glamour v0.2.1-0.20210402234443-abe9cda419ba
|
2020-05-19 00:45:13 +00:00
|
|
|
github.com/dustin/go-humanize v1.0.1-0.20200219035652-afde56e7acac
|
2020-11-16 20:25:23 +00:00
|
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
2021-04-08 14:31:00 +00:00
|
|
|
github.com/mattn/go-runewidth v0.0.12
|
2021-03-11 15:33:53 +00:00
|
|
|
github.com/meowgorithm/babyenv v1.3.1
|
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
|
2021-04-02 23:47:38 +00:00
|
|
|
github.com/muesli/termenv v0.8.1
|
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
|
2022-10-26 19:05:52 +00:00
|
|
|
github.com/spf13/cobra v1.5.0
|
|
|
|
github.com/spf13/viper v1.13.0
|
|
|
|
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
|
|
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
|
|
|
|
golang.org/x/text v0.3.7
|
2019-12-19 00:01:45 +00:00
|
|
|
)
|