diff options
Diffstat (limited to 'src/ncm/pkg/networkintents/network.go')
-rw-r--r-- | src/ncm/pkg/networkintents/network.go | 2 |
1 files changed, 1 insertions, 1 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" |