summaryrefslogtreecommitdiffstats
path: root/go.mod
blob: 8fc96d1441bd5793a43201ae38e6a714b6669ad2 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
module github.com/jesseduffield/lazygit

go 1.14

require (
	github.com/atotto/clipboard v0.1.2
	github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
	github.com/creack/pty v1.1.11
	github.com/fatih/color v1.7.0
	github.com/fsnotify/fsnotify v1.4.7
	github.com/go-errors/errors v1.1.1
	github.com/go-git/go-git/v5 v5.0.0
	github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
	github.com/golang/protobuf v1.3.2 // indirect
	github.com/google/go-cmp v0.3.1 // indirect
	github.com/integrii/flaggy v1.4.0
	github.com/jesseduffield/gocui v0.3.1-0.20200824100831-1b6ec5d7d449
	github.com/jesseduffield/termbox-go v0.0.0-20200823212418-a2289ed6aafe // indirect
	github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
	github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
	github.com/mattn/go-colorable v0.1.4 // indirect
	github.com/mattn/go-isatty v0.0.11 // indirect
	github.com/mattn/go-runewidth v0.0.9
	github.com/mgutz/str v1.2.0
	github.com/nicksnyder/go-i18n/v2 v2.0.3
	github.com/onsi/ginkgo v1.10.3 // indirect
	github.com/onsi/gomega v1.7.1 // indirect
	github.com/pelletier/go-toml v1.6.0 // indirect
	github.com/shibukawa/configdir v0.0.0-20170330084843-e180dbdc8da0
	github.com/sirupsen/logrus v1.4.2
	github.com/spf13/afero v1.2.2 // indirect
	github.com/spf13/jwalterweatherman v1.1.0 // indirect
	github.com/spf13/pflag v1.0.5 // indirect
	github.com/spf13/viper v1.6.1
	github.com/spkg/bom v0.0.0-20160624110644-59b7046e48ad
	github.com/stretchr/testify v1.4.0
	github.com/tcnksm/go-gitconfig v0.1.2
	golang.org/x/sys v0.0.0-20200824131525-c12d262b63d8 // indirect
	golang.org/x/text v0.3.2
	gopkg.in/yaml.v2 v2.2.7
)