diff options
Diffstat (limited to 'binapi/ioam_export')
-rw-r--r-- | binapi/ioam_export/ioam_export.ba.go | 8 | ||||
-rw-r--r-- | binapi/ioam_export/ioam_export_rpc.ba.go | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/binapi/ioam_export/ioam_export.ba.go b/binapi/ioam_export/ioam_export.ba.go index 6d77e0d..59fe4d0 100644 --- a/binapi/ioam_export/ioam_export.ba.go +++ b/binapi/ioam_export/ioam_export.ba.go @@ -1,6 +1,6 @@ // Code generated by GoVPP's binapi-generator. DO NOT EDIT. // versions: -// binapi-generator: v0.5.0 +// binapi-generator: v0.6.0-dev // VPP: 22.02-release // source: /usr/share/vpp/api/plugins/ioam_export.api.json @@ -12,9 +12,9 @@ package ioam_export import ( - api "git.fd.io/govpp.git/api" - ip_types "git.fd.io/govpp.git/binapi/ip_types" - codec "git.fd.io/govpp.git/codec" + api "go.fd.io/govpp/api" + ip_types "go.fd.io/govpp/binapi/ip_types" + codec "go.fd.io/govpp/codec" ) // This is a compile-time assertion to ensure that this generated file diff --git a/binapi/ioam_export/ioam_export_rpc.ba.go b/binapi/ioam_export/ioam_export_rpc.ba.go index 0e0da2e..32170e8 100644 --- a/binapi/ioam_export/ioam_export_rpc.ba.go +++ b/binapi/ioam_export/ioam_export_rpc.ba.go @@ -5,7 +5,7 @@ package ioam_export import ( "context" - api "git.fd.io/govpp.git/api" + api "go.fd.io/govpp/api" ) // RPCService defines RPC service ioam_export. |