1
0
mirror of https://github.com/opencontainers/runc.git synced 2025-07-30 17:43:06 +03:00

Update import paths for new repository

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2015-06-21 19:29:59 -07:00
parent 8f97d39dd2
commit 080df7ab88
63 changed files with 114 additions and 114 deletions

View File

@ -8,7 +8,7 @@ import (
"testing"
"time"
"github.com/docker/libcontainer"
"github.com/opencontainers/runc/libcontainer"
)
func TestExecIn(t *testing.T) {