From a70ffd1980fb2e989c2deffc7e97feeaece17ba9 Mon Sep 17 00:00:00 2001 From: Mark Ryan Date: Thu, 21 Sep 2017 17:30:19 +0100 Subject: [PATCH] Build: Fix the build after repo move. Ciao has recently moved from github.com/01org/ciao to github.com/ciao-project/ciao. This moves requires us to update our import paths to build successfully. Signed-off-by: Mark Ryan --- examples_test.go | 2 +- qemu_test.go | 2 +- qmp_test.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples_test.go b/examples_test.go index 45607a0444..bc06f5209b 100644 --- a/examples_test.go +++ b/examples_test.go @@ -21,7 +21,7 @@ import ( "context" - "github.com/01org/ciao/qemu" + "github.com/ciao-project/ciao/qemu" ) func Example() { diff --git a/qemu_test.go b/qemu_test.go index 09ed2a92e2..98bf151fda 100644 --- a/qemu_test.go +++ b/qemu_test.go @@ -22,7 +22,7 @@ import ( "strings" "testing" - "github.com/01org/ciao/testutil" + "github.com/ciao-project/ciao/testutil" ) func testAppend(structure interface{}, expected string, t *testing.T) { diff --git a/qmp_test.go b/qmp_test.go index 710c200992..5b63b17071 100644 --- a/qmp_test.go +++ b/qmp_test.go @@ -28,7 +28,7 @@ import ( "context" - "github.com/01org/ciao/testutil" + "github.com/ciao-project/ciao/testutil" ) const (