diff options
Diffstat (limited to 'binapi/crypto')
-rw-r--r-- | binapi/crypto/crypto.ba.go | 6 | ||||
-rw-r--r-- | binapi/crypto/crypto_rpc.ba.go | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/binapi/crypto/crypto.ba.go b/binapi/crypto/crypto.ba.go index ce51959..6cc0cb2 100644 --- a/binapi/crypto/crypto.ba.go +++ b/binapi/crypto/crypto.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/core/crypto.api.json @@ -15,8 +15,8 @@ package crypto import ( "strconv" - api "git.fd.io/govpp.git/api" - codec "git.fd.io/govpp.git/codec" + api "go.fd.io/govpp/api" + codec "go.fd.io/govpp/codec" ) // This is a compile-time assertion to ensure that this generated file diff --git a/binapi/crypto/crypto_rpc.ba.go b/binapi/crypto/crypto_rpc.ba.go index e247b33..471f49d 100644 --- a/binapi/crypto/crypto_rpc.ba.go +++ b/binapi/crypto/crypto_rpc.ba.go @@ -5,7 +5,7 @@ package crypto import ( "context" - api "git.fd.io/govpp.git/api" + api "go.fd.io/govpp/api" ) // RPCService defines RPC service crypto. |