diff --git a/pkg/app/pipedv1/plugin/diff/diff.go b/pkg/plugin/diff/diff.go similarity index 100% rename from pkg/app/pipedv1/plugin/diff/diff.go rename to pkg/plugin/diff/diff.go diff --git a/pkg/app/pipedv1/plugin/diff/diff_test.go b/pkg/plugin/diff/diff_test.go similarity index 100% rename from pkg/app/pipedv1/plugin/diff/diff_test.go rename to pkg/plugin/diff/diff_test.go diff --git a/pkg/app/pipedv1/plugin/diff/renderer.go b/pkg/plugin/diff/renderer.go similarity index 100% rename from pkg/app/pipedv1/plugin/diff/renderer.go rename to pkg/plugin/diff/renderer.go diff --git a/pkg/app/pipedv1/plugin/diff/renderer_test.go b/pkg/plugin/diff/renderer_test.go similarity index 100% rename from pkg/app/pipedv1/plugin/diff/renderer_test.go rename to pkg/plugin/diff/renderer_test.go diff --git a/pkg/app/pipedv1/plugin/diff/result.go b/pkg/plugin/diff/result.go similarity index 100% rename from pkg/app/pipedv1/plugin/diff/result.go rename to pkg/plugin/diff/result.go diff --git a/pkg/app/pipedv1/plugin/diff/result_test.go b/pkg/plugin/diff/result_test.go similarity index 100% rename from pkg/app/pipedv1/plugin/diff/result_test.go rename to pkg/plugin/diff/result_test.go diff --git a/pkg/app/pipedv1/plugin/diff/testdata/complex-node.yaml b/pkg/plugin/diff/testdata/complex-node.yaml similarity index 100% rename from pkg/app/pipedv1/plugin/diff/testdata/complex-node.yaml rename to pkg/plugin/diff/testdata/complex-node.yaml diff --git a/pkg/app/pipedv1/plugin/diff/testdata/has_diff.yaml b/pkg/plugin/diff/testdata/has_diff.yaml similarity index 100% rename from pkg/app/pipedv1/plugin/diff/testdata/has_diff.yaml rename to pkg/plugin/diff/testdata/has_diff.yaml diff --git a/pkg/app/pipedv1/plugin/diff/testdata/ignore_adding_map_keys.yaml b/pkg/plugin/diff/testdata/ignore_adding_map_keys.yaml similarity index 100% rename from pkg/app/pipedv1/plugin/diff/testdata/ignore_adding_map_keys.yaml rename to pkg/plugin/diff/testdata/ignore_adding_map_keys.yaml diff --git a/pkg/app/pipedv1/plugin/diff/testdata/no_diff.yaml b/pkg/plugin/diff/testdata/no_diff.yaml similarity index 100% rename from pkg/app/pipedv1/plugin/diff/testdata/no_diff.yaml rename to pkg/plugin/diff/testdata/no_diff.yaml