No more path rewriting

Path rewriting causes too many problems when vendoring
vendored code. When CNI code is vendored into rkt,
godep has problems code already vendored by CNI.
This commit is contained in:
Eugene Yakubovich
2015-06-12 12:15:11 -07:00
parent 02981925c9
commit 16680be42d
28 changed files with 30 additions and 30 deletions

View File

@ -21,11 +21,11 @@ import (
"os"
"runtime"
"github.com/appc/cni/Godeps/_workspace/src/github.com/vishvananda/netlink"
"github.com/appc/cni/pkg/ip"
"github.com/appc/cni/pkg/ns"
"github.com/appc/cni/pkg/plugin"
"github.com/appc/cni/pkg/skel"
"github.com/vishvananda/netlink"
)
type NetConf struct {