2020-05-15 00:54:24 +09:00
|
|
|
module gopkg.in/intel/multus-cni.v3
|
2019-06-07 18:36:14 +09:00
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2019-08-26 16:39:14 +09:00
|
|
|
github.com/Microsoft/go-winio v0.4.14 // indirect
|
2021-03-11 04:14:57 +09:00
|
|
|
github.com/containernetworking/cni v0.8.1
|
2019-08-26 16:39:14 +09:00
|
|
|
github.com/containernetworking/plugins v0.8.2
|
2020-01-28 20:17:35 +09:00
|
|
|
github.com/json-iterator/go v1.1.9 // indirect
|
2020-10-28 08:41:11 -04:00
|
|
|
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.1.1-0.20201119153432-9d213757d22d
|
2020-10-23 10:52:52 -04:00
|
|
|
github.com/onsi/ginkgo v1.11.0
|
2019-09-19 10:36:52 -04:00
|
|
|
github.com/onsi/gomega v1.7.0
|
2019-08-26 16:39:14 +09: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
|
2021-02-18 11:11:43 -05:00
|
|
|
golang.org/x/net v0.0.0-20201021035429-f5854403a974
|
2019-08-29 14:57:28 -04:00
|
|
|
google.golang.org/grpc v1.23.0
|
2020-06-15 18:35:15 -07:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
2020-10-23 10:52:52 -04:00
|
|
|
k8s.io/api v0.18.3
|
|
|
|
k8s.io/apimachinery v0.18.3
|
|
|
|
k8s.io/client-go v0.18.3
|
2020-03-04 16:42:29 +09:00
|
|
|
k8s.io/klog v1.0.0
|
2019-06-07 18:36:14 +09:00
|
|
|
k8s.io/kubernetes v1.13.0
|
|
|
|
)
|
2021-02-18 11:11:43 -05:00
|
|
|
|
|
|
|
replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2
|