mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-01 08:56:32 +00:00
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:
@@ -21,7 +21,7 @@ import (
|
||||
|
||||
"context"
|
||||
|
||||
"github.com/01org/ciao/qemu"
|
||||
"github.com/ciao-project/ciao/qemu"
|
||||
)
|
||||
|
||||
func Example() {
|
||||
|
@@ -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) {
|
||||
|
@@ -28,7 +28,7 @@ import (
|
||||
|
||||
"context"
|
||||
|
||||
"github.com/01org/ciao/testutil"
|
||||
"github.com/ciao-project/ciao/testutil"
|
||||
)
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user