aboutsummaryrefslogtreecommitdiffstats
path: root/core/channel_test.go
diff options
context:
space:
mode:
authorNathan Skrzypczak <nathan.skrzypczak@gmail.com>2022-07-07 16:57:45 +0200
committerNathan Skrzypczak <nathan.skrzypczak@gmail.com>2022-08-02 16:14:00 +0200
commit67cea0df30f7ef348e265c9326f7a9f15ba26240 (patch)
treeda516e461f93d08a3806b80a55655a8943ad96f5 /core/channel_test.go
parent278cd54dc581167fcd206d725c04ba69b3109c25 (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 'core/channel_test.go')
-rw-r--r--core/channel_test.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/core/channel_test.go b/core/channel_test.go
index fa3e58d..6b12d68 100644
--- a/core/channel_test.go
+++ b/core/channel_test.go
@@ -20,12 +20,12 @@ import (
. "github.com/onsi/gomega"
- "git.fd.io/govpp.git/adapter/mock"
- "git.fd.io/govpp.git/api"
- interfaces "git.fd.io/govpp.git/binapi/interface"
- "git.fd.io/govpp.git/binapi/interface_types"
- "git.fd.io/govpp.git/binapi/memif"
- "git.fd.io/govpp.git/binapi/vpe"
+ "go.fd.io/govpp/adapter/mock"
+ "go.fd.io/govpp/api"
+ interfaces "go.fd.io/govpp/binapi/interface"
+ "go.fd.io/govpp/binapi/interface_types"
+ "go.fd.io/govpp/binapi/memif"
+ "go.fd.io/govpp/binapi/vpe"
)
type testCtx struct {