1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-11-24 08:52:21 +02:00
lazygit/go.mod

40 lines
1.6 KiB
Modula-2
Raw Normal View History

2019-08-26 16:53:38 +02:00
module github.com/jesseduffield/lazygit
2019-10-27 03:53:22 +02:00
go 1.13
2019-08-26 16:53:38 +02:00
require (
github.com/aws/aws-sdk-go v1.25.31 // indirect
2019-08-26 16:53:38 +02:00
github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
github.com/fatih/color v1.7.0
github.com/go-errors/errors v1.0.1
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
github.com/google/go-cmp v0.3.1 // indirect
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
github.com/hashicorp/go-getter v1.4.0 // indirect
github.com/hashicorp/go-version v1.2.0 // indirect
github.com/integrii/flaggy v1.3.0
2019-08-26 16:53:38 +02:00
github.com/jesseduffield/go-getter v0.0.0-20180822080847-906e15686e63
github.com/jesseduffield/gocui v0.3.1-0.20191110053728-01cdcccd0508
github.com/jesseduffield/pty v1.1.3
2019-08-26 16:53:38 +02:00
github.com/jesseduffield/rollrus v0.0.0-20190701125922-dd028cb0bfd7
github.com/jesseduffield/termbox-go v0.0.0-20190630083001-9dd53af7214e // indirect
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/mattn/go-runewidth v0.0.6 // indirect
2019-08-26 16:53:38 +02:00
github.com/mgutz/str v1.2.0
github.com/nicksnyder/go-i18n/v2 v2.0.2
github.com/onsi/ginkgo v1.10.3 // indirect
github.com/onsi/gomega v1.7.1 // indirect
2019-08-26 16:53:38 +02:00
github.com/shibukawa/configdir v0.0.0-20170330084843-e180dbdc8da0
github.com/sirupsen/logrus v1.4.2
github.com/spf13/viper v1.5.0
2019-08-26 16:53:38 +02:00
github.com/spkg/bom v0.0.0-20160624110644-59b7046e48ad
github.com/stretchr/testify v1.4.0
2019-08-26 16:53:38 +02:00
github.com/tcnksm/go-gitconfig v0.1.2
github.com/ulikunitz/xz v0.5.6 // indirect
2019-08-26 16:53:38 +02:00
golang.org/x/text v0.3.2
gopkg.in/src-d/go-git.v4 v4.13.1
gopkg.in/yaml.v2 v2.2.5
2019-08-26 16:53:38 +02:00
)