talos/pkg/.importvet.yaml
Andrey Smirnov bddd4f1bf6 refactor: move external API packages into machinery/
This moves `pkg/config`, `pkg/client` and `pkg/constants`
under `pkg/machinery` umbrella.

And `pkg/machinery` is published as Go module inside Talos repository.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
2020-08-17 09:56:14 -07:00

9 lines
219 B
YAML

---
rules:
- regexp: ^github.com/talos-systems/talos/
action: deny
- regexp: ^github.com/talos-systems/talos/pkg
action: allow
- regexp: ^github.com/talos-systems/talos/pkg/machinery/api
action: allow