*: 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 5cbd217cbe
commit fc229c5090
9 changed files with 12 additions and 12 deletions

View File

@ -17,7 +17,7 @@ package types_test
import (
"reflect"
. "github.com/appc/cni/pkg/types"
. "github.com/containernetworking/cni/pkg/types"
. "github.com/onsi/ginkgo"
. "github.com/onsi/ginkgo/extensions/table"