X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=binapigen%2Fgenerate.go;h=2be33d18bdab6a60be4bd20a2de9425d5c8fe514;hb=67cea0df30f7ef348e265c9326f7a9f15ba26240;hp=37f7bc436132476f1d5a02b0d7523444548001be;hpb=e93c0bb99ca9400df77687e7c3fd4bebfc6e4c33;p=govpp.git diff --git a/binapigen/generate.go b/binapigen/generate.go index 37f7bc4..2be33d1 100644 --- a/binapigen/generate.go +++ b/binapigen/generate.go @@ -21,15 +21,15 @@ import ( "strconv" "strings" - "git.fd.io/govpp.git/internal/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