packer/internal/dag
Lucas Bajolet 9076c7b24a internal/dag: remove unused code
Since the DAG package was lifted from Terraform, its contents are more
than what we need for now, so this commit cleans-up the package to keep
only the currently needed parts of code.
If we need to support more in the future, we can revert this commit, or
pickup the changes again from Terraform.
2024-10-29 16:10:29 -04:00
..
dag.go internal/dag: remove unused code 2024-10-29 16:10:29 -04:00
dag_test.go internal/dag: remove unused code 2024-10-29 16:10:29 -04:00
edge.go internal: add dag package 2024-10-29 16:10:29 -04:00
edge_test.go internal: add dag package 2024-10-29 16:10:29 -04:00
graph.go internal/dag: remove unused code 2024-10-29 16:10:29 -04:00
graph_test.go internal/dag: remove unused code 2024-10-29 16:10:29 -04:00
set.go internal: add dag package 2024-10-29 16:10:29 -04:00
set_test.go internal: add dag package 2024-10-29 16:10:29 -04:00
tarjan.go internal: add dag package 2024-10-29 16:10:29 -04:00
tarjan_test.go internal: add dag package 2024-10-29 16:10:29 -04:00