mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-22 13:38:26 +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:
parent
0c206170c4
commit
a70ffd1980
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user