glow/go.mod
Ayman Bagabas dec59a2199
feat(ci): use config files from meta repo (#389)
* chore: bump cobra & viper

* feat(ci): use config files from meta repo

* publish docker images
* generate shell completions
* generate man pages

* feat(ci): use shared workflows from meta repo
2022-10-26 16:05:52 -03:00

26 lines
922 B
Modula-2

module github.com/charmbracelet/glow
go 1.13
require (
github.com/charmbracelet/bubbles v0.7.6
github.com/charmbracelet/bubbletea v0.13.2
github.com/charmbracelet/charm v0.8.6
github.com/charmbracelet/glamour v0.2.1-0.20210402234443-abe9cda419ba
github.com/dustin/go-humanize v1.0.1-0.20200219035652-afde56e7acac
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/mattn/go-runewidth v0.0.12
github.com/meowgorithm/babyenv v1.3.1
github.com/mitchellh/go-homedir v1.1.0
github.com/muesli/gitcha v0.2.0
github.com/muesli/go-app-paths v0.2.1
github.com/muesli/reflow v0.2.1-0.20210115123740-9e1d0d53df68
github.com/muesli/termenv v0.8.1
github.com/sahilm/fuzzy v0.1.0
github.com/segmentio/ksuid v1.0.3
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
)