From 67cea0df30f7ef348e265c9326f7a9f15ba26240 Mon Sep 17 00:00:00 2001 From: Nathan Skrzypczak Date: Thu, 7 Jul 2022 16:57:45 +0200 Subject: Change module name to go.fd.io/govpp We are changing the module name from git.fd.io/govpp.git to go.fd.io/govpp to make repository migration easier. Signed-off-by: Nathan Skrzypczak Change-Id: Idd6e0d583a92f6b82fe9adeffd026cd6b856038b --- binapi/tunnel_types/tunnel_types.ba.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'binapi/tunnel_types/tunnel_types.ba.go') diff --git a/binapi/tunnel_types/tunnel_types.ba.go b/binapi/tunnel_types/tunnel_types.ba.go index db01f36..6d9e382 100644 --- a/binapi/tunnel_types/tunnel_types.ba.go +++ b/binapi/tunnel_types/tunnel_types.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/tunnel_types.api.json @@ -15,9 +15,9 @@ package tunnel_types import ( "strconv" - api "git.fd.io/govpp.git/api" - interface_types "git.fd.io/govpp.git/binapi/interface_types" - ip_types "git.fd.io/govpp.git/binapi/ip_types" + api "go.fd.io/govpp/api" + interface_types "go.fd.io/govpp/binapi/interface_types" + ip_types "go.fd.io/govpp/binapi/ip_types" ) // This is a compile-time assertion to ensure that this generated file -- cgit 1.2.3-korg