This repository was archived by the owner on May 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import (
1313 "github.com/fluxcd/pkg/apis/meta"
1414 "github.com/fluxcd/pkg/runtime/conditions"
1515 "github.com/fluxcd/pkg/runtime/patch"
16- "github.com/open-component-model/git-controller/pkg/providers"
1716 corev1 "k8s.io/api/core/v1"
1817 apierrors "k8s.io/apimachinery/pkg/api/errors"
1918 metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
@@ -30,6 +29,7 @@ import (
3029 "github.com/open-component-model/git-controller/apis/delivery/v1alpha1"
3130 mpasv1alpha1 "github.com/open-component-model/git-controller/apis/mpas/v1alpha1"
3231 "github.com/open-component-model/git-controller/pkg"
32+ "github.com/open-component-model/git-controller/pkg/providers"
3333)
3434
3535// SyncReconciler reconciles a Sync object
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import (
1111
1212 "github.com/fluxcd/pkg/apis/meta"
1313 "github.com/fluxcd/pkg/runtime/conditions"
14- "github.com/open-component-model/git-controller/pkg/providers/fakes"
1514 "github.com/stretchr/testify/assert"
1615 "github.com/stretchr/testify/require"
1716 v1 "k8s.io/api/core/v1"
@@ -24,6 +23,7 @@ import (
2423 "github.com/open-component-model/git-controller/apis/delivery/v1alpha1"
2524 mpasv1alpha1 "github.com/open-component-model/git-controller/apis/mpas/v1alpha1"
2625 "github.com/open-component-model/git-controller/pkg"
26+ "github.com/open-component-model/git-controller/pkg/providers/fakes"
2727)
2828
2929func TestSyncReconciler (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments