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:
@ -21,8 +21,8 @@ import (
|
||||
"net"
|
||||
"os"
|
||||
|
||||
"github.com/containernetworking/cni/pkg/ns"
|
||||
"github.com/containernetworking/cni/pkg/utils/hwaddr"
|
||||
"github.com/containernetworking/plugins/pkg/ns"
|
||||
"github.com/containernetworking/plugins/pkg/utils/hwaddr"
|
||||
"github.com/vishvananda/netlink"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user