Skip to content

Commit 7c094aa

Browse files
committed
Godeps,contivModel.go: update import path for objdb to reflect new netplugin location
Signed-off-by: Bill Robinson <[email protected]>
1 parent 4b868c1 commit 7c094aa

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

Godeps/Godeps.json

+6-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contivModel.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"encoding/json"
99
"errors"
1010
log "github.com/Sirupsen/logrus"
11-
"github.com/contiv/objdb/modeldb"
11+
"github.com/contiv/netplugin/objdb/modeldb"
1212
"github.com/gorilla/mux"
1313
"net/http"
1414
"regexp"

0 commit comments

Comments
 (0)