X-Git-Url: https://gerrit.fd.io/r/gitweb?p=govpp.git;a=blobdiff_plain;f=binapigen%2Fgenerate.go;fp=binapigen%2Fgenerate.go;h=2be33d18bdab6a60be4bd20a2de9425d5c8fe514;hp=b72af114c158903a7dd8d48602fe220d04f6463e;hb=67cea0df30f7ef348e265c9326f7a9f15ba26240;hpb=278cd54dc581167fcd206d725c04ba69b3109c25 diff --git a/binapigen/generate.go b/binapigen/generate.go index b72af11..2be33d1 100644 --- a/binapigen/generate.go +++ b/binapigen/generate.go @@ -21,15 +21,15 @@ import ( "strconv" "strings" - "git.fd.io/govpp.git/version" + "go.fd.io/govpp/version" ) // library dependencies const ( strconvPkg = GoImportPath("strconv") - govppApiPkg = GoImportPath("git.fd.io/govpp.git/api") - govppCodecPkg = GoImportPath("git.fd.io/govpp.git/codec") + govppApiPkg = GoImportPath("go.fd.io/govpp/api") + govppCodecPkg = GoImportPath("go.fd.io/govpp/codec") ) // generated names