summaryrefslogtreecommitdiffstats
path: root/src/monitor/pkg/controller/add_resourcebundlestate.go
diff options
context:
space:
mode:
authorKiran Kamineni <kiran.k.kamineni@intel.com>2019-09-05 11:17:28 -0700
committerKiran Kamineni <kiran.k.kamineni@intel.com>2019-09-05 11:17:32 -0700
commitfd3210248230ac30cc3749ed2785d6cf3a37bdb6 (patch)
tree66048581bb226f6cc46cd141b357bf5a2d5d7e2f /src/monitor/pkg/controller/add_resourcebundlestate.go
parent77ce224e1b3736f0c0b398b5a5b57ea58ebbaa55 (diff)
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 <kiran.k.kamineni@intel.com>
Diffstat (limited to 'src/monitor/pkg/controller/add_resourcebundlestate.go')
-rw-r--r--src/monitor/pkg/controller/add_resourcebundlestate.go2
1 files changed, 1 insertions, 1 deletions
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() {