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:
@ -20,9 +20,9 @@ import (
|
||||
"net"
|
||||
"os"
|
||||
|
||||
"github.com/containernetworking/cni/pkg/ip"
|
||||
"github.com/containernetworking/cni/pkg/types"
|
||||
"github.com/containernetworking/cni/pkg/types/current"
|
||||
"github.com/containernetworking/plugins/pkg/ip"
|
||||
"github.com/containernetworking/plugins/plugins/ipam/host-local/backend"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user