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
|
|
|
|
github.com/golang/protobuf v1.3.2 // indirect
|
2020-01-28 11:17:35 +00:00
|
|
|
github.com/json-iterator/go v1.1.9 // indirect
|
|
|
|
github.com/k8snetworkplumbingwg/network-attachment-definition-client v0.0.0-20200127152046-0ee521d56061
|
2019-09-19 14:36:52 +00:00
|
|
|
github.com/onsi/ginkgo v1.10.1
|
|
|
|
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-04-20 15:45:40 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
|
2020-03-18 08:21:43 +00:00
|
|
|
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b
|
2019-08-29 18:57:28 +00:00
|
|
|
google.golang.org/grpc v1.23.0
|
2020-01-28 11:17:35 +00:00
|
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
2020-06-16 01:35:15 +00:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
2019-09-19 14:36:52 +00:00
|
|
|
k8s.io/api v0.0.0-20181115043458-b799cb063522
|
|
|
|
k8s.io/apimachinery v0.0.0-20181110190943-2a7c93004028
|
|
|
|
k8s.io/client-go v0.0.0-20181115111358-9bea17718df8
|
2020-03-04 07:42:29 +00:00
|
|
|
k8s.io/klog v1.0.0
|
2020-03-18 08:21:43 +00:00
|
|
|
k8s.io/kube-openapi v0.0.0-20200121204235-bf4fb3bd569c // indirect
|
2019-06-07 09:36:14 +00:00
|
|
|
k8s.io/kubernetes v1.13.0
|
|
|
|
)
|