aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorRastislav Szabo <raszabo@cisco.com>2017-05-04 12:35:04 +0200
committerRastislav Szabo <raszabo@cisco.com>2017-05-04 12:35:32 +0200
commit96c3dce9de1aded53c1e4bf098817fc59692eb64 (patch)
tree2a5870693416f7774a7dbce582bde1a049ea754c /core
parenta101d966133a70b8a76526be25070436d14fcf9f (diff)
fixed import paths
Signed-off-by: Rastislav Szabo <raszabo@cisco.com>
Diffstat (limited to 'core')
-rw-r--r--core/bin_api/vpe/vpe.go2
-rw-r--r--core/core.go6
-rw-r--r--core/core_test.go8
-rw-r--r--core/msg_codec.go2
-rw-r--r--core/notifications.go2
5 files changed, 10 insertions, 10 deletions
diff --git a/core/bin_api/vpe/vpe.go b/core/bin_api/vpe/vpe.go
index e93f808..8ebfae0 100644
--- a/core/bin_api/vpe/vpe.go
+++ b/core/bin_api/vpe/vpe.go
@@ -2,7 +2,7 @@
// DO NOT EDIT. Generated from '/usr/share/vpp/api/vpe.api.json' on Thu, 27 Apr 2017 11:34:11 CEST.
package vpe
-import "gerrit.fd.io/r/govpp/api"
+import "gerrit.fd.io/r/govpp.git/api"
// VlApiVersion contains version of the API.
const VlAPIVersion = 0xd3bcc288
diff --git a/core/core.go b/core/core.go
index e11a30f..930831d 100644
--- a/core/core.go
+++ b/core/core.go
@@ -25,9 +25,9 @@ import (
logger "github.com/Sirupsen/logrus"
- "gerrit.fd.io/r/govpp/adapter"
- "gerrit.fd.io/r/govpp/api"
- "gerrit.fd.io/r/govpp/core/bin_api/vpe"
+ "gerrit.fd.io/r/govpp.git/adapter"
+ "gerrit.fd.io/r/govpp.git/api"
+ "gerrit.fd.io/r/govpp.git/core/bin_api/vpe"
)
const (
diff --git a/core/core_test.go b/core/core_test.go
index c95ef04..9159b13 100644
--- a/core/core_test.go
+++ b/core/core_test.go
@@ -17,10 +17,10 @@ package core
import (
"testing"
- "gerrit.fd.io/r/govpp/adapter/mock"
- "gerrit.fd.io/r/govpp/api"
- "gerrit.fd.io/r/govpp/core/bin_api/vpe"
- "gerrit.fd.io/r/govpp/examples/bin_api/interfaces"
+ "gerrit.fd.io/r/govpp.git/adapter/mock"
+ "gerrit.fd.io/r/govpp.git/api"
+ "gerrit.fd.io/r/govpp.git/core/bin_api/vpe"
+ "gerrit.fd.io/r/govpp.git/examples/bin_api/interfaces"
. "github.com/onsi/gomega"
)
diff --git a/core/msg_codec.go b/core/msg_codec.go
index 1543f3d..95f6170 100644
--- a/core/msg_codec.go
+++ b/core/msg_codec.go
@@ -23,7 +23,7 @@ import (
logger "github.com/Sirupsen/logrus"
"github.com/lunixbochs/struc"
- "gerrit.fd.io/r/govpp/api"
+ "gerrit.fd.io/r/govpp.git/api"
)
// MsgCodec provides encoding and decoding functionality of `api.Message` structs into/from
diff --git a/core/notifications.go b/core/notifications.go
index b44eb1a..c23e610 100644
--- a/core/notifications.go
+++ b/core/notifications.go
@@ -20,7 +20,7 @@ import (
logger "github.com/Sirupsen/logrus"
- "gerrit.fd.io/r/govpp/api"
+ "gerrit.fd.io/r/govpp.git/api"
)
// processNotifSubscribeRequest processes a notification subscribe request.