From fd3210248230ac30cc3749ed2785d6cf3a37bdb6 Mon Sep 17 00:00:00 2001 From: Kiran Kamineni Date: Thu, 5 Sep 2019 11:17:28 -0700 Subject: Update package path to use github Update the package path to use the standard github.com path instead of making it a local path. This allows import from other go projects. Issue-ID: MULTICLOUD-666 Change-Id: I90ee8eba021a84e31a3dc3ab48b9edf3731e91a4 Signed-off-by: Kiran Kamineni --- src/monitor/pkg/controller/add_resourcebundlestate.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/monitor/pkg/controller/add_resourcebundlestate.go') diff --git a/src/monitor/pkg/controller/add_resourcebundlestate.go b/src/monitor/pkg/controller/add_resourcebundlestate.go index c709dfd4..d9365ae9 100644 --- a/src/monitor/pkg/controller/add_resourcebundlestate.go +++ b/src/monitor/pkg/controller/add_resourcebundlestate.go @@ -1,7 +1,7 @@ package controller import ( - "monitor/pkg/controller/resourcebundlestate" + "github.com/onap/multicloud-k8s/src/monitor/pkg/controller/resourcebundlestate" ) func init() { -- cgit 1.2.3-korg