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 --- binapigen/generator_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'binapigen/generator_test.go') diff --git a/binapigen/generator_test.go b/binapigen/generator_test.go index 3e654d7..8c2046d 100644 --- a/binapigen/generator_test.go +++ b/binapigen/generator_test.go @@ -17,7 +17,7 @@ package binapigen import ( "bufio" "fmt" - "git.fd.io/govpp.git/binapigen/vppapi" + "go.fd.io/govpp/binapigen/vppapi" . "github.com/onsi/gomega" "os" "strings" @@ -25,7 +25,7 @@ import ( ) func TestGoModule(t *testing.T) { - const expected = "git.fd.io/govpp.git/binapi" + const expected = "go.fd.io/govpp/binapi" impPath, err := resolveImportPath("../binapi") if err != nil { -- cgit 1.2.3-korg