Move capifcore code to separate folder
[nonrtric/plt/sme.git] / capifcore / internal / publishservice / publishservice_test.go
@@ -26,15 +26,15 @@ import (
        "os"
        "testing"
 
-       "oransc.org/nonrtric/sme/internal/providermanagement"
+       "oransc.org/nonrtric/capifcore/internal/providermanagement"
 
        "github.com/labstack/echo/v4"
 
-       publishapi "oransc.org/nonrtric/sme/internal/publishserviceapi"
+       publishapi "oransc.org/nonrtric/capifcore/internal/publishserviceapi"
 
-       "oransc.org/nonrtric/sme/internal/helmmanagement"
-       helmMocks "oransc.org/nonrtric/sme/internal/helmmanagement/mocks"
-       serviceMocks "oransc.org/nonrtric/sme/internal/providermanagement/mocks"
+       "oransc.org/nonrtric/capifcore/internal/helmmanagement"
+       helmMocks "oransc.org/nonrtric/capifcore/internal/helmmanagement/mocks"
+       serviceMocks "oransc.org/nonrtric/capifcore/internal/providermanagement/mocks"
 
        "github.com/deepmap/oapi-codegen/pkg/middleware"
        "github.com/deepmap/oapi-codegen/pkg/testutil"