From 5a26cc578eb3db9c8d0e495e86f8d26acc3ea8e6 Mon Sep 17 00:00:00 2001 From: Bryce Palmer Date: Wed, 7 Jun 2023 12:17:09 -0400 Subject: [PATCH] rebase Signed-off-by: Bryce Palmer --- test/e2e/e2e_suite_test.go | 2 +- test/e2e/unpack_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/e2e_suite_test.go b/test/e2e/e2e_suite_test.go index 4cfd4033..6df0e86a 100644 --- a/test/e2e/e2e_suite_test.go +++ b/test/e2e/e2e_suite_test.go @@ -6,7 +6,7 @@ import ( . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" - catalogd "github.com/operator-framework/catalogd/pkg/apis/core/v1beta1" + catalogd "github.com/operator-framework/catalogd/api/core/v1alpha1" "k8s.io/apimachinery/pkg/runtime" "k8s.io/client-go/rest" ctrl "sigs.k8s.io/controller-runtime" diff --git a/test/e2e/unpack_test.go b/test/e2e/unpack_test.go index 15b3ab1a..cea6a86a 100644 --- a/test/e2e/unpack_test.go +++ b/test/e2e/unpack_test.go @@ -7,7 +7,7 @@ import ( . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" - catalogd "github.com/operator-framework/catalogd/pkg/apis/core/v1beta1" + catalogd "github.com/operator-framework/catalogd/api/core/v1alpha1" "k8s.io/apimachinery/pkg/api/errors" "k8s.io/apimachinery/pkg/api/meta" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"