add(cmd): replaced go integrated cli flags with cobra pkg flags

This commit is contained in:
2019-11-12 18:30:16 +01:00
parent cfcfbdeee8
commit 0411a0ef61
5 changed files with 130 additions and 118 deletions

1
go.mod
View File

@ -6,6 +6,7 @@ require (
github.com/Masterminds/semver v1.5.0
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-flucky/flucky v0.0.0-20190714170626-0dd156f480be
github.com/spf13/cobra v0.0.3
github.com/stretchr/testify v1.4.0
github.com/volker-raschek/go-logger v0.0.0-20190924133618-4a42099e655f
)