refactor(cli): clean up comands

This commit is contained in:
Nightapes
2019-05-14 21:39:39 +02:00
parent d0c018a5b8
commit abede95350
3 changed files with 42 additions and 99 deletions

7
go.mod
View File

@@ -4,10 +4,11 @@ go 1.12
require (
github.com/Masterminds/semver v1.4.2
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/sirupsen/logrus v1.4.1
github.com/urfave/cli v1.20.0 // indirect
golang.org/x/tools v0.0.0-20190508150211-cf84161cff3f // indirect
golang.org/x/net v0.0.0-20190311183353-d8887717615a // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/src-d/go-git.v4 v4.11.0
gopkg.in/urfave/cli.v1 v1.20.0
gopkg.in/yaml.v2 v2.2.2
)