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 --- codec/marshaler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'codec/marshaler.go') diff --git a/codec/marshaler.go b/codec/marshaler.go index 803b0f5..26e6ba3 100644 --- a/codec/marshaler.go +++ b/codec/marshaler.go @@ -20,7 +20,7 @@ import ( "github.com/lunixbochs/struc" - "git.fd.io/govpp.git/api" + "go.fd.io/govpp/api" ) // Marshaler is the interface implemented by the binary API messages that can -- cgit 1.2.3-korg