diff --git a/kardinal/reconciler/reconciler.go b/kardinal/reconciler/reconciler.go index 8994824..ac188b3 100644 --- a/kardinal/reconciler/reconciler.go +++ b/kardinal/reconciler/reconciler.go @@ -2,6 +2,7 @@ package reconciler import ( "context" + "github.com/brunoga/deep" "github.com/kurtosis-tech/stacktrace" "github.com/sirupsen/logrus" diff --git a/kardinal/resources/resources_test.go b/kardinal/resources/resources_test.go index 08d0973..9a1d3a3 100644 --- a/kardinal/resources/resources_test.go +++ b/kardinal/resources/resources_test.go @@ -1,8 +1,9 @@ package resources import ( - "github.com/stretchr/testify/require" "testing" + + "github.com/stretchr/testify/require" ) type labeledResourcesForTest struct {