*: 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

2
build
View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -e
ORG_PATH="github.com/appc"
ORG_PATH="github.com/containernetworking"
REPO_PATH="${ORG_PATH}/cni"
if [ ! -h gopath/src/${REPO_PATH} ]; then