Skip to content
This repository has been archived by the owner on Nov 25, 2019. It is now read-only.

Update cobra CLI version #6

Merged
merged 1 commit into from
Apr 25, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 28 additions & 8 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

[[constraint]]
name = "github.com/spf13/cobra"
version = "0.0.1"
version = "0.0.2"

[[constraint]]
name = "github.com/stretchr/testify"
Expand Down
4 changes: 1 addition & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ import (
"github.com/palantir/go-novendor/cmd"
)

var debugFlagVal bool

func main() {
os.Exit(cobracli.ExecuteWithDefaultParamsWithVersion(cmd.RootCmd, &debugFlagVal, ""))
os.Exit(cobracli.ExecuteWithDefaultParams(cmd.RootCmd))
}
23 changes: 20 additions & 3 deletions vendor/github.com/palantir/pkg/.circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

71 changes: 62 additions & 9 deletions vendor/github.com/palantir/pkg/Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/github.com/palantir/pkg/cli/gocd_imports.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 25 additions & 25 deletions vendor/github.com/palantir/pkg/cobracli/default.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading