New to Kubepack? Please start here.
Scenario-1
This docs trying to explain the behavior of Pack
This section explain test-1.
If you look into this test’s manifest.yaml file.
$ cat manifest.yaml
package: github.com/kubepack/pack/docs/_testdata/test-1
owners:
- name: Appscode
email: [email protected]
dependencies:
- package: github.com/kubepack/kube-a
branch: test-1
See image below, which describe whole dependency.

Explanation of image:
This test directly depends on branch
test-1ofkube-arepository.kube-a’s depends on branchtest-1ofkube-b. See this manifest.yaml file herekube-b’s depends on branchtest-1ofkube-c. See this manifest.yaml file herekube-chas no dependency. See this manifest.yaml file here
Now, $ kubectl plugin pack dep command will get all the dependencies and place it under manifests/vendor folder.