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 <mark.d.ryan@intel.com>
This commit is contained in:
Mark Ryan 2017-09-21 17:30:19 +01:00
parent 0c206170c4
commit a70ffd1980
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ import (
"context"
"github.com/01org/ciao/qemu"
"github.com/ciao-project/ciao/qemu"
)
func Example() {

View File

@ -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) {

View File

@ -28,7 +28,7 @@ import (
"context"
"github.com/01org/ciao/testutil"
"github.com/ciao-project/ciao/testutil"
)
const (