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 b06e3e9..ba761b3 100644
--- a/core/channel_test.go
+++ b/core/channel_test.go
@@ -19,10 +19,10 @@ import (
"time"
"git.fd.io/govpp.git/adapter/mock"
- "git.fd.io/govpp.git/examples/bin_api/interfaces"
- "git.fd.io/govpp.git/examples/bin_api/memif"
- "git.fd.io/govpp.git/examples/bin_api/tap"
- "git.fd.io/govpp.git/examples/bin_api/vpe"
+ "git.fd.io/govpp.git/examples/binapi/interfaces"
+ "git.fd.io/govpp.git/examples/binapi/memif"
+ "git.fd.io/govpp.git/examples/binapi/tap"
+ "git.fd.io/govpp.git/examples/binapi/vpe"
"git.fd.io/govpp.git/api"
. "github.com/onsi/gomega"