*: 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 dbcecbcec6
commit ed5f8dfeb2
34 changed files with 76 additions and 76 deletions

View File

@ -19,7 +19,7 @@ import (
"io/ioutil"
"path/filepath"
"github.com/appc/cni/pkg/invoke"
"github.com/containernetworking/cni/pkg/invoke"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)