summaryrefslogtreecommitdiffstats
path: root/go.mod
blob: 38917a64b40e4a2905f46870d5368101a818d770 (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
42
43
44
45
46
47
module github.com/jesseduffield/lazygit

go 1.14

require (
	github.com/OpenPeeDeeP/xdg v1.0.0
	github.com/atotto/clipboard v0.1.2
	github.com/aybabtme/humanlog v0.4.1
	github.com/cli/safeexec v1.0.0
	github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
	github.com/creack/pty v1.1.11
	github.com/fatih/color v1.9.0
	github.com/fsnotify/fsnotify v1.4.7
	github.com/gdamore/tcell/v2 v2.2.0 // indirect
	github.com/go-errors/errors v1.1.1
	github.com/go-logfmt/logfmt v0.5.0 // indirect
	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/imdario/mergo v0.3.11
	github.com/integrii/flaggy v1.4.0
	github.com/jesseduffield/go-git/v5 v5.1.2-0.20201006095850-341962be15a4
	github.com/jesseduffield/gocui v0.3.1-0.20210417110745-37f79434200d
	github.com/jesseduffield/termbox-go v0.0.0-20200823212418-a2289ed6aafe // indirect
	github.com/jesseduffield/yaml v2.1.0+incompatible
	github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
	github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
	github.com/kylelemons/godebug v1.1.0 // indirect
	github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
	github.com/mattn/go-colorable v0.1.7 // indirect
	github.com/mattn/go-runewidth v0.0.12
	github.com/mgutz/str v1.2.0
	github.com/onsi/ginkgo v1.10.3 // indirect
	github.com/onsi/gomega v1.7.1 // indirect
	github.com/rivo/uniseg v0.2.0 // indirect
	github.com/sahilm/fuzzy v0.1.0
	github.com/sirupsen/logrus v1.4.2
	github.com/spkg/bom v0.0.0-20160624110644-59b7046e48ad
	github.com/stretchr/testify v1.4.0
	golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 // indirect
	golang.org/x/net v0.0.0-20201002202402-0a1ea396d57c // indirect
	golang.org/x/sys v0.0.0-20210415045647-66c3f260301c // indirect
	golang.org/x/term v0.0.0-20210406210042-72f3dc4e9b72 // indirect
	golang.org/x/text v0.3.6 // indirect
)

replace github.com/go-git/go-git/v5 => github.com/jesseduffield/go-git/v5 v5.1.1