Skip to content
This repository was archived by the owner on May 9, 2025. It is now read-only.

Commit 9dad176

Browse files
committed
import shuffling
1 parent ad2d5ae commit 9dad176

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

controllers/delivery/sync_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

controllers/delivery/sync_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2929
func TestSyncReconciler(t *testing.T) {

0 commit comments

Comments
 (0)