forked from github/multus-cni
Introduce gopkg.in for go module
This change introduces gopkg.in to allow everyone to use multus code as library. Currently multus-cni uses version 'v3', hence it hits go modules limitation, as #504 describes. This change fix #504 with gopkg.in.
This commit is contained in:
committed by
Tomofumi Hayashi
parent
ec5fd6c923
commit
4eac660359
@@ -26,7 +26,7 @@ import (
|
||||
types020 "github.com/containernetworking/cni/pkg/types/020"
|
||||
"github.com/containernetworking/plugins/pkg/ns"
|
||||
"github.com/containernetworking/plugins/pkg/testutils"
|
||||
testhelpers "github.com/intel/multus-cni/testing"
|
||||
testhelpers "gopkg.in/intel/multus-cni.v3/testing"
|
||||
netutils "github.com/k8snetworkplumbingwg/network-attachment-definition-client/pkg/utils"
|
||||
|
||||
. "github.com/onsi/ginkgo"
|
||||
|
Reference in New Issue
Block a user