X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=core%2Fchannel_test.go;fp=core%2Fchannel_test.go;h=ba761b36aeefb8a5a65e43c6644a58b6cbef83c3;hb=c4522fe10317b1729a0820dc880afc78c663f64d;hp=b06e3e93cd49b2a0aa5e099c71d6c34189374ad6;hpb=0ff02b6b1f0757f5e4c011457757bd18d0a60f01;p=govpp.git 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"