gomod: update runtime import path

To use the kata-containers repo path.

Most of the change is generated by script:
find . -type f -name "*.go" |xargs sed -i -e \
's|github.com/kata-containers/runtime|github.com/kata-containers/kata-containers/src/runtime|g'

Fixes: #201
Signed-off-by: Peng Tao <bergwolf@hyper.sh>
This commit is contained in:
Peng Tao
2020-04-29 03:48:30 -07:00
parent 66fe1d2a69
commit 6de95bf36c
455 changed files with 608 additions and 50914 deletions

View File

@@ -9,7 +9,7 @@ import (
"fmt"
"os"
persistapi "github.com/kata-containers/runtime/virtcontainers/persist/api"
persistapi "github.com/kata-containers/kata-containers/src/runtime/virtcontainers/persist/api"
)
// MacvtapEndpoint represents a macvtap endpoint