1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
module github.com/isacikgoz/gitbatch
go 1.16
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/alecthomas/kingpin v2.2.6+incompatible
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/fatih/color v1.9.0
github.com/go-git/go-git/v5 v5.1.0
github.com/jroimartin/gocui v0.4.0
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/nsf/termbox-go v0.0.0-20190325093121-288510b9734e // indirect
github.com/spf13/viper v1.3.2
github.com/stretchr/testify v1.7.0
golang.org/x/sync v0.0.0-20190423024810-112230192c58
)
|