2020-05-14 15:54:24 +00:00
|
|
|
module gopkg.in/intel/multus-cni.v3
|
2019-06-07 09:36:14 +00:00
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2019-08-26 07:39:14 +00:00
|
|
|
github.com/Microsoft/go-winio v0.4.14 // indirect
|
|
|
|
github.com/containernetworking/cni v0.7.1
|
|
|
|
github.com/containernetworking/plugins v0.8.2
|
2020-01-28 11:17:35 +00:00
|
|
|
github.com/json-iterator/go v1.1.9 // indirect
|
2020-10-28 12:41:11 +00:00
|
|
|
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.1.1-0.20201119153432-9d213757d22d
|
2020-10-23 14:52:52 +00:00
|
|
|
github.com/onsi/ginkgo v1.11.0
|
2019-09-19 14:36:52 +00:00
|
|
|
github.com/onsi/gomega v1.7.0
|
2019-08-26 07:39:14 +00:00
|
|
|
github.com/pkg/errors v0.8.1
|
|
|
|
github.com/vishvananda/netlink v0.0.0-20181108222139-023a6dafdcdf
|
|
|
|
github.com/vishvananda/netns v0.0.0-20190625233234-7109fa855b0f // indirect
|
2020-03-18 08:21:43 +00:00
|
|
|
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b
|
2020-07-21 05:53:54 +00:00
|
|
|
golang.org/x/text v0.3.3 // indirect
|
2019-08-29 18:57:28 +00:00
|
|
|
google.golang.org/grpc v1.23.0
|
2020-06-16 01:35:15 +00:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
2020-10-23 14:52:52 +00:00
|
|
|
k8s.io/api v0.18.3
|
|
|
|
k8s.io/apimachinery v0.18.3
|
|
|
|
k8s.io/client-go v0.18.3
|
2020-03-04 07:42:29 +00:00
|
|
|
k8s.io/klog v1.0.0
|
2019-06-07 09:36:14 +00:00
|
|
|
k8s.io/kubernetes v1.13.0
|
|
|
|
)
|