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 --- test/integration/stats_integration_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/integration/stats_integration_test.go b/test/integration/stats_integration_test.go index 51405d9..1dca9a2 100644 --- a/test/integration/stats_integration_test.go +++ b/test/integration/stats_integration_test.go @@ -20,9 +20,9 @@ import ( "flag" "testing" - "git.fd.io/govpp.git/adapter/statsclient" - "git.fd.io/govpp.git/api" - "git.fd.io/govpp.git/core" + "go.fd.io/govpp/adapter/statsclient" + "go.fd.io/govpp/api" + "go.fd.io/govpp/core" ) var ( -- cgit 1.2.3-korg