diff options
author | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2019-09-05 11:17:28 -0700 |
---|---|---|
committer | Kiran Kamineni <kiran.k.kamineni@intel.com> | 2019-09-05 11:17:32 -0700 |
commit | fd3210248230ac30cc3749ed2785d6cf3a37bdb6 (patch) | |
tree | 66048581bb226f6cc46cd141b357bf5a2d5d7e2f /src/monitor/go.mod | |
parent | 77ce224e1b3736f0c0b398b5a5b57ea58ebbaa55 (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/go.mod')
-rw-r--r-- | src/monitor/go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monitor/go.mod b/src/monitor/go.mod index b459cd35..573784c3 100644 --- a/src/monitor/go.mod +++ b/src/monitor/go.mod @@ -1,4 +1,4 @@ -module monitor +module github.com/onap/multicloud-k8s/src/monitor require ( github.com/NYTimes/gziphandler v1.0.1 // indirect |