2019-06-07 18:36:14 +09:00
|
|
|
module github.com/intel/multus-cni
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2019-08-26 16:39:14 +09:00
|
|
|
github.com/Microsoft/go-winio v0.4.14 // indirect
|
|
|
|
github.com/containernetworking/cni v0.7.1
|
|
|
|
github.com/containernetworking/plugins v0.8.2
|
2019-06-07 18:36:14 +09:00
|
|
|
github.com/ghodss/yaml v0.0.0-20150909031657-73d445a93680 // indirect
|
|
|
|
github.com/gogo/protobuf v0.0.0-20170330071051-c0656edd0d9e // indirect
|
2019-08-26 16:39:14 +09:00
|
|
|
github.com/golang/protobuf v1.3.2 // indirect
|
2019-06-07 18:36:14 +09:00
|
|
|
github.com/google/btree v0.0.0-20160524151835-7d79101e329e // indirect
|
|
|
|
github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367 // indirect
|
|
|
|
github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d // indirect
|
|
|
|
github.com/gregjones/httpcache v0.0.0-20170728041850-787624de3eb7 // indirect
|
|
|
|
github.com/imdario/mergo v0.0.0-20141206190957-6633656539c1 // indirect
|
|
|
|
github.com/json-iterator/go v0.0.0-20180612202835-f2b4162afba3 // indirect
|
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da // indirect
|
2019-08-26 16:39:14 +09:00
|
|
|
github.com/onsi/ginkgo v1.9.0
|
|
|
|
github.com/onsi/gomega v1.6.0
|
2019-06-07 18:36:14 +09:00
|
|
|
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
|
2019-08-26 16:39:14 +09:00
|
|
|
github.com/pkg/errors v0.8.1
|
2019-06-07 18:36:14 +09:00
|
|
|
github.com/spf13/pflag v1.0.1 // indirect
|
2019-08-26 16:39:14 +09:00
|
|
|
github.com/stretchr/objx v0.2.0 // indirect
|
|
|
|
github.com/stretchr/testify v1.4.0 // indirect
|
|
|
|
github.com/vishvananda/netlink v0.0.0-20181108222139-023a6dafdcdf
|
|
|
|
github.com/vishvananda/netns v0.0.0-20190625233234-7109fa855b0f // indirect
|
|
|
|
golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586 // indirect
|
|
|
|
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7
|
|
|
|
golang.org/x/sys v0.0.0-20190825160603-fb81701db80f // indirect
|
|
|
|
golang.org/x/text v0.3.2 // indirect
|
2019-06-07 18:36:14 +09:00
|
|
|
golang.org/x/time v0.0.0-20161028155119-f51c12702a4d // indirect
|
2019-08-29 14:57:28 -04:00
|
|
|
google.golang.org/grpc v1.23.0
|
2019-06-07 18:36:14 +09:00
|
|
|
gopkg.in/inf.v0 v0.9.0 // indirect
|
|
|
|
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0 // indirect
|
|
|
|
k8s.io/api v0.0.0-20180712090710-2d6f90ab1293
|
|
|
|
k8s.io/apimachinery v0.0.0-20180621070125-103fd098999d
|
|
|
|
k8s.io/client-go v0.0.0-20180718001006-59698c7d9724
|
|
|
|
k8s.io/klog v0.0.0-20181108234604-8139d8cb77af // indirect
|
|
|
|
k8s.io/kubernetes v1.13.0
|
|
|
|
)
|