Removes viper dependency by removing cobra/ CLI tool (#1604)

The cobra bootstrapping CLI tool has moved to
https://github.com/spf13/cobra-cli

Signed-off-by: John McBride <jmcbride@vmware.com>
This commit is contained in:
John McBride
2022-03-10 08:19:35 -07:00
committed by GitHub
parent 9369465955
commit 5b2b9e9f61
34 changed files with 26 additions and 4747 deletions

View File

@ -61,7 +61,7 @@ jobs:
go install github.com/kyoh86/richgo"${_version}"
go install github.com/mitchellh/gox"${_version}"
- run: PATH=$HOME/go/bin/:$PATH make test cobra_generator
- run: PATH=$HOME/go/bin/:$PATH make test
test-win:
name: MINGW64
@ -97,4 +97,4 @@ jobs:
go install github.com/kyoh86/richgo@latest
go install github.com/mitchellh/gox@latest
- run: PATH=$HOME/go/bin:$PATH make test cobra_generator
- run: PATH=$HOME/go/bin:$PATH make test