From 87a66a4484dda9cb1b3552f133dc3d6e93539735 Mon Sep 17 00:00:00 2001 From: Rastislav Szabo Date: Thu, 4 May 2017 15:31:21 +0200 Subject: changes import paths from gerrit.fd.io/r/govpp.git to git.fd.io/govpp.git Signed-off-by: Rastislav Szabo --- core/core_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core/core_test.go') diff --git a/core/core_test.go b/core/core_test.go index 9159b13..8bf9311 100644 --- a/core/core_test.go +++ b/core/core_test.go @@ -17,10 +17,10 @@ package core import ( "testing" - "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" + "git.fd.io/govpp.git/adapter/mock" + "git.fd.io/govpp.git/api" + "git.fd.io/govpp.git/core/bin_api/vpe" + "git.fd.io/govpp.git/examples/bin_api/interfaces" . "github.com/onsi/gomega" ) -- cgit 1.2.3-korg