diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/bin_api/vpe/vpe.go | 2 | ||||
-rw-r--r-- | core/core.go | 6 | ||||
-rw-r--r-- | core/core_test.go | 8 | ||||
-rw-r--r-- | core/msg_codec.go | 2 | ||||
-rw-r--r-- | core/notifications.go | 2 |
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. |