Merge "Readme update"
[govpp.git] / api / api_test.go
index 13aec7f..e7592e0 100644 (file)
@@ -18,14 +18,14 @@ import (
        "testing"
        "time"
 
-       "gerrit.fd.io/r/govpp.git"
-       "gerrit.fd.io/r/govpp.git/adapter/mock"
-       "gerrit.fd.io/r/govpp.git/api"
-       "gerrit.fd.io/r/govpp.git/core"
-       "gerrit.fd.io/r/govpp.git/core/bin_api/vpe"
-       "gerrit.fd.io/r/govpp.git/examples/bin_api/interfaces"
-       "gerrit.fd.io/r/govpp.git/examples/bin_api/memif"
-       "gerrit.fd.io/r/govpp.git/examples/bin_api/tap"
+       "git.fd.io/govpp.git"
+       "git.fd.io/govpp.git/adapter/mock"
+       "git.fd.io/govpp.git/api"
+       "git.fd.io/govpp.git/core"
+       "git.fd.io/govpp.git/core/bin_api/vpe"
+       "git.fd.io/govpp.git/examples/bin_api/interfaces"
+       "git.fd.io/govpp.git/examples/bin_api/memif"
+       "git.fd.io/govpp.git/examples/bin_api/tap"
 
        . "github.com/onsi/gomega"
 )