mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2026-07-13 20:45:30 +00:00
27 lines
908 B
Modula-2
27 lines
908 B
Modula-2
module gopkg.in/intel/multus-cni.v3
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
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/json-iterator/go v1.1.9 // indirect
|
|
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.1.1-0.20201119153432-9d213757d22d
|
|
github.com/onsi/ginkgo v1.11.0
|
|
github.com/onsi/gomega v1.7.0
|
|
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
|
|
golang.org/x/net v0.0.0-20201021035429-f5854403a974
|
|
google.golang.org/grpc v1.23.0
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
k8s.io/api v0.18.3
|
|
k8s.io/apimachinery v0.18.3
|
|
k8s.io/client-go v0.18.3
|
|
k8s.io/klog v1.0.0
|
|
k8s.io/kubernetes v1.13.0
|
|
)
|
|
|
|
replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2
|