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/policer_types/policer_types.ba.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'binapi/policer_types/policer_types.ba.go') diff --git a/binapi/policer_types/policer_types.ba.go b/binapi/policer_types/policer_types.ba.go index 4bc3c0b..2827d4a 100644 --- a/binapi/policer_types/policer_types.ba.go +++ b/binapi/policer_types/policer_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/policer_types.api.json @@ -15,7 +15,7 @@ package policer_types import ( "strconv" - api "git.fd.io/govpp.git/api" + api "go.fd.io/govpp/api" ) // This is a compile-time assertion to ensure that this generated file -- cgit 1.2.3-korg