move most of cni/pkg to plugins/pkg: delete code staying in cni/pkg

This moves the following packages to this repository:
* ip
* ipam
* ns
* testutils
* utils
This commit is contained in:
Casey Callendrello
2017-05-22 20:09:42 +02:00
parent 8b43e90949
commit 3c436520be
68 changed files with 49 additions and 4036 deletions

View File

@ -19,11 +19,11 @@ import (
"net"
"syscall"
"github.com/containernetworking/cni/pkg/ns"
"github.com/containernetworking/cni/pkg/skel"
"github.com/containernetworking/cni/pkg/testutils"
"github.com/containernetworking/cni/pkg/types"
"github.com/containernetworking/cni/pkg/types/current"
"github.com/containernetworking/plugins/pkg/ns"
"github.com/containernetworking/plugins/pkg/testutils"
"github.com/vishvananda/netlink"