diff options
author | Bin Yang <bin.yang@windriver.com> | 2019-06-26 04:27:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-06-26 04:27:11 +0000 |
commit | 8445148cf095fcc55a9ada3e2bb0fece7a065089 (patch) | |
tree | 72c969cb22fe85d218e8c656568b4ee6d3310d31 /src/k8splugin/api/profilehandler.go | |
parent | 1b17eca7ab6c6fe1d14cc30c16354785b4ed6cb4 (diff) | |
parent | f6219a54a7acaac83f129aa837fa81b494ac3c9a (diff) |
Merge "Change the import paths for go get access"
Diffstat (limited to 'src/k8splugin/api/profilehandler.go')
-rw-r--r-- | src/k8splugin/api/profilehandler.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k8splugin/api/profilehandler.go b/src/k8splugin/api/profilehandler.go index 362289ff..adb9249b 100644 --- a/src/k8splugin/api/profilehandler.go +++ b/src/k8splugin/api/profilehandler.go @@ -20,7 +20,7 @@ import ( "encoding/json" "io" "io/ioutil" - "k8splugin/internal/rb" + "github.com/onap/multicloud-k8s/src/k8splugin/internal/rb" "net/http" "github.com/gorilla/mux" |