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>
9 lines
219 B
YAML
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
|