└── lib/k.libsonnet imports vendor/k8s-alpha
└── vendor/k8s-util imports lib/k.libsonnet
└── library imports vendor/k8s-util
- Known pattern, same as ksonnet-util/kausal.libsonnet
- It is clear that the library depends on opinionated library k8s-util
- Single import for both, k.libsonnet might be imported twice for the newcomer