Skip to content

Commit

Permalink
Update node-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
ldx committed Apr 9, 2020
1 parent 1fa3d0a commit 8bb1447
Show file tree
Hide file tree
Showing 21 changed files with 387 additions and 131 deletions.
10 changes: 5 additions & 5 deletions 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 Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

[[constraint]]
name = "github.com/spf13/cobra"
version = "0.0.5"
version = "0.0.7"

[[constraint]]
name = "github.com/spf13/pflag"
Expand Down Expand Up @@ -79,7 +79,7 @@

[[constraint]]
name = "github.com/virtual-kubelet/node-cli"
revision = "1a25cea73ff271b05db8eaf5e901765fefd21c32"
revision = "c0381df9dbcd89a25594f53d49478f9cd97657ce"

#[[constraint]]
# name = "github.com/gogo/protobuf"
Expand Down
2 changes: 1 addition & 1 deletion cmd/virtual-kubelet/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func main() {
log.G(ctx).Fatal(err)
}

if err := node.Run(); err != nil {
if err := node.Run(ctx); err != nil {
log.G(ctx).Fatal(err)
}
}
5 changes: 3 additions & 2 deletions vendor/github.com/spf13/cobra/.gitignore

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

28 changes: 13 additions & 15 deletions vendor/github.com/spf13/cobra/.travis.yml

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

36 changes: 36 additions & 0 deletions vendor/github.com/spf13/cobra/Makefile

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

105 changes: 67 additions & 38 deletions vendor/github.com/spf13/cobra/README.md

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

15 changes: 11 additions & 4 deletions vendor/github.com/spf13/cobra/bash_completions.go

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/spf13/cobra/cobra.go

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

Loading

0 comments on commit 8bb1447

Please sign in to comment.