mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-10-22 04:18:53 +00:00
virtcontainers: Change all import paths
Some virtcontainers pieces of code are importing virtcontainers packages. We need to change those paths to point at kata-containers/runtime/virtcontainers Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
@@ -27,9 +27,9 @@ import (
|
||||
"strings"
|
||||
"syscall"
|
||||
|
||||
vcAnnotations "github.com/containers/virtcontainers/pkg/annotations"
|
||||
ns "github.com/containers/virtcontainers/pkg/nsenter"
|
||||
"github.com/containers/virtcontainers/pkg/uuid"
|
||||
vcAnnotations "github.com/kata-containers/runtime/virtcontainers/pkg/annotations"
|
||||
ns "github.com/kata-containers/runtime/virtcontainers/pkg/nsenter"
|
||||
"github.com/kata-containers/runtime/virtcontainers/pkg/uuid"
|
||||
kataclient "github.com/kata-containers/agent/protocols/client"
|
||||
"github.com/kata-containers/agent/protocols/grpc"
|
||||
"github.com/opencontainers/runtime-spec/specs-go"
|
||||
|
Reference in New Issue
Block a user