Skip to content

Commit

Permalink
vendor: Add CRI-O vendoring to our list of dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
  • Loading branch information
Sebastien Boeuf committed Jun 7, 2017
1 parent c53cfa8 commit 53b7cad
Show file tree
Hide file tree
Showing 16 changed files with 3,069 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Gopkg.lock

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

4 changes: 4 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
branch = "master"
name = "github.com/containernetworking/cni"

[[dependencies]]
branch = "master"
name = "github.com/kubernetes-incubator/cri-o"

[[dependencies]]
branch = "master"
name = "github.com/mitchellh/mapstructure"
Expand Down
17 changes: 17 additions & 0 deletions vendor/github.com/kubernetes-incubator/cri-o/.gitignore

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

32 changes: 32 additions & 0 deletions vendor/github.com/kubernetes-incubator/cri-o/.travis.yml

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

81 changes: 81 additions & 0 deletions vendor/github.com/kubernetes-incubator/cri-o/Dockerfile

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

201 changes: 201 additions & 0 deletions vendor/github.com/kubernetes-incubator/cri-o/LICENSE

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

Loading

0 comments on commit 53b7cad

Please sign in to comment.