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

Commit

Permalink
Update cobra CLI version (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmiyake authored Apr 25, 2018
1 parent 880a163 commit 269e86a
Show file tree
Hide file tree
Showing 48 changed files with 2,738 additions and 2,442 deletions.
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

0 comments on commit 269e86a

Please sign in to comment.