From 3baaedf35fc96fff05dc817f150b438b60458072 Mon Sep 17 00:00:00 2001 From: facchettos Date: Wed, 22 May 2024 15:36:12 +0200 Subject: [PATCH] fixed helper types --- pkg/loftclient/helper/helper.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkg/loftclient/helper/helper.go b/pkg/loftclient/helper/helper.go index 3fc70b39b0..7a2a47fd0c 100644 --- a/pkg/loftclient/helper/helper.go +++ b/pkg/loftclient/helper/helper.go @@ -9,17 +9,17 @@ import ( "strings" "github.com/loft-sh/api/v4/pkg/client/clientset_generated/clientset/scheme" - "github.com/loft-sh/loftctl/v4/pkg/client/naming" + "github.com/loft-sh/vcluster/pkg/loftclient/naming" authorizationv1 "k8s.io/api/authorization/v1" clusterv1 "github.com/loft-sh/agentapi/v4/pkg/apis/loft/cluster/v1" managementv1 "github.com/loft-sh/api/v4/pkg/apis/management/v1" - "github.com/loft-sh/loftctl/v4/pkg/client" - "github.com/loft-sh/loftctl/v4/pkg/clihelper" - "github.com/loft-sh/loftctl/v4/pkg/kube" - "github.com/loft-sh/loftctl/v4/pkg/kubeconfig" "github.com/loft-sh/log" "github.com/loft-sh/log/survey" + "github.com/loft-sh/vcluster/pkg/clihelper" + "github.com/loft-sh/vcluster/pkg/kube" + "github.com/loft-sh/vcluster/pkg/kubeconfig" + client "github.com/loft-sh/vcluster/pkg/loftclient" "github.com/mgutz/ansi" kerrors "k8s.io/apimachinery/pkg/api/errors" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"