changes import paths from gerrit.fd.io/r/govpp.git to git.fd.io/govpp.git
[govpp.git] / api / api_test.go
index 15d706d..e7592e0 100644 (file)
@@ -18,14 +18,14 @@ import (
        "testing"
        "time"
 
-       "gerrit.fd.io/r/govpp"
-       "gerrit.fd.io/r/govpp/adapter/mock"
-       "gerrit.fd.io/r/govpp/api"
-       "gerrit.fd.io/r/govpp/core"
-       "gerrit.fd.io/r/govpp/core/bin_api/vpe"
-       "gerrit.fd.io/r/govpp/examples/bin_api/interfaces"
-       "gerrit.fd.io/r/govpp/examples/bin_api/memif"
-       "gerrit.fd.io/r/govpp/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"
 )