From 7f514b6be57b115df415539c6c9190ca5ff7161e Mon Sep 17 00:00:00 2001 From: Wojciech Trocki Date: Mon, 31 Jan 2022 16:21:20 +0000 Subject: [PATCH] fix: update import for errors sdk --- registrymgmt/apiv1/error/error_sdk.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registrymgmt/apiv1/error/error_sdk.go b/registrymgmt/apiv1/error/error_sdk.go index d6e11ee2..aa4000d6 100644 --- a/registrymgmt/apiv1/error/error_sdk.go +++ b/registrymgmt/apiv1/error/error_sdk.go @@ -3,7 +3,7 @@ package error import ( "errors" - registrymgmtclient "github.com/redhat-developer/app-services-sdk-go/connectormgmt/apiv1/client" + registrymgmtclient "github.com/redhat-developer/app-services-sdk-go/registrymgmt/apiv1/client" ) // GetAPIError gets a strongly typed error from an error