diff options
author | Nathan Skrzypczak <nathan.skrzypczak@gmail.com> | 2022-07-07 16:57:45 +0200 |
---|---|---|
committer | Nathan Skrzypczak <nathan.skrzypczak@gmail.com> | 2022-08-02 16:14:00 +0200 |
commit | 67cea0df30f7ef348e265c9326f7a9f15ba26240 (patch) | |
tree | da516e461f93d08a3806b80a55655a8943ad96f5 /test/integration | |
parent | 278cd54dc581167fcd206d725c04ba69b3109c25 (diff) |
Change module name to go.fd.io/govppHEADv0.6.0-alphamaster
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 <nathan.skrzypczak@gmail.com>
Change-Id: Idd6e0d583a92f6b82fe9adeffd026cd6b856038b
Diffstat (limited to 'test/integration')
-rw-r--r-- | test/integration/stats_integration_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
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 ( |