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/confighandler.go | |
parent | 1b17eca7ab6c6fe1d14cc30c16354785b4ed6cb4 (diff) | |
parent | f6219a54a7acaac83f129aa837fa81b494ac3c9a (diff) |
Merge "Change the import paths for go get access"
Diffstat (limited to 'src/k8splugin/api/confighandler.go')
-rw-r--r-- | src/k8splugin/api/confighandler.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k8splugin/api/confighandler.go b/src/k8splugin/api/confighandler.go index 9bd9db83..c9af2893 100644 --- a/src/k8splugin/api/confighandler.go +++ b/src/k8splugin/api/confighandler.go @@ -20,7 +20,7 @@ import ( "encoding/json" "net/http" - "k8splugin/internal/app" + "github.com/onap/multicloud-k8s/src/k8splugin/internal/app" "github.com/gorilla/mux" ) |