changes import paths from gerrit.fd.io/r/govpp.git to git.fd.io/govpp.git
[govpp.git] / govpp.go
index 82ee5f8..5d3ed7f 100644 (file)
--- a/govpp.go
+++ b/govpp.go
@@ -15,9 +15,9 @@
 package govpp
 
 import (
-       "gerrit.fd.io/r/govpp.git/adapter"
-       "gerrit.fd.io/r/govpp.git/adapter/vppapiclient"
-       "gerrit.fd.io/r/govpp.git/core"
+       "git.fd.io/govpp.git/adapter"
+       "git.fd.io/govpp.git/adapter/vppapiclient"
+       "git.fd.io/govpp.git/core"
 )
 
 var vppAdapter adapter.VppAdapter // VPP Adapter that will be used in the subsequent Connect calls