aboutsummaryrefslogtreecommitdiffstats
path: root/core/channel_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'core/channel_test.go')
-rw-r--r--core/channel_test.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/channel_test.go b/core/channel_test.go
index d06e2b3..fa3e58d 100644
--- a/core/channel_test.go
+++ b/core/channel_test.go
@@ -22,10 +22,10 @@ import (
"git.fd.io/govpp.git/adapter/mock"
"git.fd.io/govpp.git/api"
- "git.fd.io/govpp.git/examples/binapi/interface_types"
- "git.fd.io/govpp.git/examples/binapi/interfaces"
- "git.fd.io/govpp.git/examples/binapi/memif"
- "git.fd.io/govpp.git/examples/binapi/vpe"
+ 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"
)
type testCtx struct {