From 632c182862b88f53a688e7f5addd21d0ee517340 Mon Sep 17 00:00:00 2001 From: nasark Date: Tue, 26 Sep 2023 15:22:32 -0400 Subject: [PATCH] testing --- .../api/v1alpha1/helpers/miq-components/utils/util.go | 2 +- manageiq-operator/go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manageiq-operator/api/v1alpha1/helpers/miq-components/utils/util.go b/manageiq-operator/api/v1alpha1/helpers/miq-components/utils/util.go index 5e4e9b133..612003d97 100644 --- a/manageiq-operator/api/v1alpha1/helpers/miq-components/utils/util.go +++ b/manageiq-operator/api/v1alpha1/helpers/miq-components/utils/util.go @@ -1,4 +1,4 @@ -package utils +package miqutils import ( "context" diff --git a/manageiq-operator/go.mod b/manageiq-operator/go.mod index f7c9e2f51..07059eb0f 100644 --- a/manageiq-operator/go.mod +++ b/manageiq-operator/go.mod @@ -1,4 +1,4 @@ -module github.com/ManageIQ/manageiq-pods/manageiq-operator +module github.com/nasark/manageiq-pods/manageiq-operator go 1.21