mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-28 10:44:25 +01: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() {
|
||||
|
||||
Reference in New Issue
Block a user