diff options
author | Rastislav Szabo <raszabo@cisco.com> | 2017-05-04 15:31:21 +0200 |
---|---|---|
committer | Rastislav Szabo <raszabo@cisco.com> | 2017-05-04 15:31:37 +0200 |
commit | 87a66a4484dda9cb1b3552f133dc3d6e93539735 (patch) | |
tree | 1c60b9b9726b8fdda58914a385e4eda1f8f09441 /govpp.go | |
parent | 6773171c3d619be5bb646cdc80ebfd4d7ae26376 (diff) |
changes import paths from gerrit.fd.io/r/govpp.git to git.fd.io/govpp.git
Signed-off-by: Rastislav Szabo <raszabo@cisco.com>
Diffstat (limited to 'govpp.go')
-rw-r--r-- | govpp.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |