1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-11-26 09:00:57 +02:00
lazygit/go.mod

45 lines
1.9 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/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
github.com/fatih/color v1.7.0
2019-11-14 13:03:32 +02:00
github.com/fsnotify/fsnotify v1.4.7
2019-08-26 16:53:38 +02:00
github.com/go-errors/errors v1.0.1
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
2019-11-12 13:54:02 +02:00
github.com/golang/protobuf v1.3.2 // indirect
2019-08-26 16:53:38 +02:00
github.com/google/go-cmp v0.3.1 // indirect
2019-12-13 12:29:12 +02:00
github.com/integrii/flaggy v1.4.0
2020-01-12 04:55:19 +02:00
github.com/jesseduffield/gocui v0.3.1-0.20200112025325-6c933915c351
2019-11-12 13:57:36 +02:00
github.com/jesseduffield/pty v1.2.1
2020-01-29 08:27:35 +02:00
github.com/jesseduffield/rollrus v0.0.0-20190701125922-dd028cb0bfd7 // indirect
github.com/jesseduffield/termbox-go v0.0.0-20200130214842-1d31d1faa3c9 // indirect
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
2019-12-13 12:29:12 +02:00
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/mattn/go-colorable v0.1.4 // indirect
2019-12-13 12:29:12 +02:00
github.com/mattn/go-isatty v0.0.11 // indirect
github.com/mattn/go-runewidth v0.0.7
2019-08-26 16:53:38 +02:00
github.com/mgutz/str v1.2.0
2019-12-13 12:29:12 +02:00
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
2019-12-13 12:29:12 +02:00
github.com/pelletier/go-toml v1.6.0 // 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
2019-12-13 12:29:12 +02:00
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
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
2019-12-13 12:29:12 +02:00
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413 // indirect
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect
golang.org/x/sys v0.0.0-20191210023423-ac6580df4449 // indirect
2019-08-26 16:53:38 +02:00
golang.org/x/text v0.3.2
2019-11-13 13:28:41 +02:00
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/src-d/go-git.v4 v4.13.1
2019-12-13 12:29:12 +02:00
gopkg.in/yaml.v2 v2.2.7
2019-08-26 16:53:38 +02:00
)