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

@@ -4,8 +4,8 @@ import "testing"
func TestParsePackageName(t *testing.T) {
var (
name = "github.com/docker/libcontainer/stacktrace.captureFunc"
expectedPackage = "github.com/docker/libcontainer/stacktrace"
name = "github.com/opencontainers/runc/libcontainer/stacktrace.captureFunc"
expectedPackage = "github.com/opencontainers/runc/libcontainer/stacktrace"
expectedFunction = "captureFunc"
)