*: appc/cni -> containernetworking/cni

The project has been moved so internally we simply rename everything.
Consumers are recommended to update their vendored version of cni.
This commit is contained in:
Stefan Junker
2016-05-04 16:06:05 +02:00
parent 419711fee3
commit 2c482f433c
34 changed files with 74 additions and 74 deletions

View File

@ -25,7 +25,7 @@ import (
"golang.org/x/sys/unix"
"github.com/appc/cni/pkg/testhelpers"
"github.com/containernetworking/cni/pkg/testhelpers"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)