diff options
Diffstat (limited to 'src/ncm/pkg/networkintents')
-rw-r--r-- | src/ncm/pkg/networkintents/network.go | 2 | ||||
-rw-r--r-- | src/ncm/pkg/networkintents/providernet.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ncm/pkg/networkintents/network.go b/src/ncm/pkg/networkintents/network.go index e8480e0f..de8ee504 100644 --- a/src/ncm/pkg/networkintents/network.go +++ b/src/ncm/pkg/networkintents/network.go @@ -17,7 +17,7 @@ package networkintents import ( - clusterPkg "github.com/onap/multicloud-k8s/src/ncm/pkg/cluster" + clusterPkg "github.com/onap/multicloud-k8s/src/clm/pkg/cluster" ncmtypes "github.com/onap/multicloud-k8s/src/ncm/pkg/module/types" nettypes "github.com/onap/multicloud-k8s/src/ncm/pkg/networkintents/types" "github.com/onap/multicloud-k8s/src/orchestrator/pkg/infra/db" diff --git a/src/ncm/pkg/networkintents/providernet.go b/src/ncm/pkg/networkintents/providernet.go index 0eb763c1..072e07f6 100644 --- a/src/ncm/pkg/networkintents/providernet.go +++ b/src/ncm/pkg/networkintents/providernet.go @@ -17,7 +17,7 @@ package networkintents import ( - clusterPkg "github.com/onap/multicloud-k8s/src/ncm/pkg/cluster" + clusterPkg "github.com/onap/multicloud-k8s/src/clm/pkg/cluster" ncmtypes "github.com/onap/multicloud-k8s/src/ncm/pkg/module/types" nettypes "github.com/onap/multicloud-k8s/src/ncm/pkg/networkintents/types" "github.com/onap/multicloud-k8s/src/orchestrator/pkg/infra/db" |