summaryrefslogtreecommitdiffstats
path: root/go.mod
blob: 934d472bb6d0c3daa1b3f14286e0652f911b8248 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/charmbracelet/glow

go 1.16

require (
	github.com/atotto/clipboard v0.1.4
	github.com/charmbracelet/bubbles v0.15.0
	github.com/charmbracelet/bubbletea v0.23.1
	github.com/charmbracelet/charm v0.8.6
	github.com/charmbracelet/glamour v0.6.0
	github.com/charmbracelet/lipgloss v0.6.0
	github.com/dustin/go-humanize v1.0.1-0.20200219035652-afde56e7acac
	github.com/mattn/go-runewidth v0.0.14
	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.2
	github.com/muesli/reflow v0.3.0
	github.com/muesli/termenv v0.13.0
	github.com/sahilm/fuzzy v0.1.0
	github.com/segmentio/ksuid v1.0.4
	github.com/spf13/cobra v1.6.1
	github.com/spf13/viper v1.14.0
	golang.org/x/sys v0.0.0-20220908164124-27713097b956
	golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
	golang.org/x/text v0.6.0
)