diff --git a/hack/shoot-comparator/cmd/comparator/files.go b/hack/shoot-comparator/cmd/comparator/files.go index 4884dfee..611eb1bf 100644 --- a/hack/shoot-comparator/cmd/comparator/files.go +++ b/hack/shoot-comparator/cmd/comparator/files.go @@ -3,7 +3,7 @@ package comparator import ( "fmt" - "github.com/kyma-project/infrastructure-manager/tools/shoot-comparator/internal/files" + "github.com/kyma-project/infrastructure-manager/hack/shoot-comparator/internal/files" "github.com/spf13/cobra" ) diff --git a/hack/shoot-comparator/internal/directories/comparator.go b/hack/shoot-comparator/internal/directories/comparator.go index 46e0e32b..fdb1b43c 100644 --- a/hack/shoot-comparator/internal/directories/comparator.go +++ b/hack/shoot-comparator/internal/directories/comparator.go @@ -9,7 +9,7 @@ import ( "time" gardener "github.com/gardener/gardener/pkg/apis/core/v1beta1" - "github.com/kyma-project/infrastructure-manager/tools/shoot-comparator/internal/files" + "github.com/kyma-project/infrastructure-manager/hack/shoot-comparator/internal/files" "sigs.k8s.io/yaml" ) diff --git a/hack/shoot-comparator/internal/files/comparator.go b/hack/shoot-comparator/internal/files/comparator.go index 7cb3ba51..0cae51e2 100644 --- a/hack/shoot-comparator/internal/files/comparator.go +++ b/hack/shoot-comparator/internal/files/comparator.go @@ -4,7 +4,7 @@ import ( "os" "github.com/gardener/gardener/pkg/apis/core/v1beta1" - "github.com/kyma-project/infrastructure-manager/tools/shoot-comparator/pkg/shoot" + "github.com/kyma-project/infrastructure-manager/hack/shoot-comparator/pkg/shoot" "sigs.k8s.io/yaml" )