Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbelamaric committed Dec 19, 2023
1 parent d3f576a commit 279025e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/cli/commands/rpkg/pull/command_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ import (
"github.com/spf13/cobra"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/cli-runtime/pkg/genericclioptions"
porchapi "nephio-project/porch/api/porch/v1alpha1"
"nephio-project/porch/pkg/kpt/printer"
fakeprint "nephio-project/porch/pkg/kpt/printer/fake"
porchapi "github.com/nephio-project/porch/api/porch/v1alpha1"
"github.com/nephio-project/porch/pkg/kpt/printer"
fakeprint "github.com/nephio-project/porch/pkg/kpt/printer/fake"
"sigs.k8s.io/controller-runtime/pkg/client/fake"
)

Expand Down

0 comments on commit 279025e

Please sign in to comment.