aboutsummaryrefslogtreecommitdiffstats
path: root/core/core_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/core_test.go')
-rw-r--r--core/core_test.go8
1 files changed, 4 insertions, 4 deletions
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"
)