Skip to content

Commit

Permalink
Updated Vendoring
Browse files Browse the repository at this point in the history
It resolves issues kubernetes#474 and kubernetes#589 which were coming from libcompose,
as well as resolves kubernetes#440 and kubernetes#437 partially as `group_add` & `stop_grace_period`
are supported by libcompose now.
  • Loading branch information
surajnarwade committed May 15, 2017
1 parent 7ddce35 commit 7f00fec
Show file tree
Hide file tree
Showing 78 changed files with 1,453 additions and 1,771 deletions.
24 changes: 12 additions & 12 deletions glide.lock

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

2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import:
- package: github.com/pkg/errors

- package: github.com/docker/libcompose
version: c6a7d4679d065a4f50e08d4d1fe13776062cf1ec
version: 01ff8920a57835fda41607e0f27252408e99cf08
subpackages:
- config
- lookup
Expand Down
2 changes: 2 additions & 0 deletions vendor/github.com/docker/libcompose/config/schema.go

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

115 changes: 58 additions & 57 deletions vendor/github.com/docker/libcompose/config/types.go

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

9 changes: 8 additions & 1 deletion vendor/github.com/docker/libcompose/project/project.go

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

16 changes: 16 additions & 0 deletions vendor/github.com/docker/libcompose/utils/util.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/hashicorp/hcl/decoder.go

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

6 changes: 6 additions & 0 deletions vendor/github.com/hashicorp/hcl/hcl/parser/parser.go

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

8 changes: 6 additions & 2 deletions vendor/github.com/mitchellh/mapstructure/decode_hooks.go

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

11 changes: 8 additions & 3 deletions vendor/github.com/mitchellh/mapstructure/mapstructure.go

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

Loading

0 comments on commit 7f00fec

Please sign in to comment.