-
Notifications
You must be signed in to change notification settings - Fork 451
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3727385
commit 7058d56
Showing
50 changed files
with
949 additions
and
370 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,63 +1,143 @@ | ||
module github.com/kubeovn/kube-ovn | ||
|
||
go 1.16 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/Mellanox/sriovnet v1.0.2 | ||
github.com/Mellanox/sriovnet v1.0.3 | ||
github.com/alauda/felix v3.6.6-0.20201207121355-187332daf314+incompatible | ||
github.com/cnf/structhash v0.0.0-20201127153200-e1b16c1ebc08 | ||
github.com/containernetworking/cni v0.8.0 | ||
github.com/containernetworking/plugins v0.8.6 | ||
github.com/coreos/go-iptables v0.4.5 | ||
github.com/containernetworking/cni v0.8.1 | ||
github.com/containernetworking/plugins v0.9.1 | ||
github.com/coreos/go-iptables v0.6.0 | ||
github.com/emicklei/go-restful/v3 v3.7.3 | ||
github.com/golang/protobuf v1.5.2 | ||
github.com/greenpau/ovsdb v0.0.0-20181114004433-3582b85e8968 | ||
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.1.1-0.20210510153419-66a699ae3b05 | ||
github.com/mdlayher/arp v0.0.0-20191213142603-f72070a231fc | ||
github.com/neverlee/keymutex v0.0.0-20171121013845-f593aa834bf9 | ||
github.com/oilbeater/go-ping v0.0.0-20200413021620-332b7197c5b5 | ||
github.com/onsi/ginkgo v1.16.5 | ||
github.com/onsi/gomega v1.17.0 | ||
github.com/osrg/gobgp v0.0.0-20190401195721-805d02fdfbc5 | ||
github.com/parnurzeal/gorequest v0.2.16 | ||
github.com/prometheus/client_golang v1.11.0 | ||
github.com/sirupsen/logrus v1.8.1 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/stretchr/testify v1.7.0 | ||
github.com/vishvananda/netlink v1.1.1-0.20211101163509-b10eb8fe5cf6 | ||
golang.org/x/sys v0.0.0-20211210111614-af8b64212486 | ||
google.golang.org/grpc v1.40.0 | ||
gopkg.in/k8snetworkplumbingwg/multus-cni.v3 v3.7.2 | ||
k8s.io/api v0.23.0 | ||
k8s.io/apimachinery v0.23.0 | ||
k8s.io/client-go v0.23.0 | ||
k8s.io/klog/v2 v2.30.0 | ||
k8s.io/sample-controller v0.23.0 | ||
sigs.k8s.io/controller-runtime v0.0.0-20211208212546-f236f0345ad2 | ||
) | ||
|
||
require ( | ||
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.1.1 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect | ||
github.com/eapache/channels v1.1.0 // indirect | ||
github.com/eapache/queue v1.0.2 // indirect | ||
github.com/elazarl/goproxy v0.0.0-20190630181448-f1e96bc0f4c5 // indirect | ||
github.com/emicklei/go-restful v2.11.1+incompatible | ||
github.com/evanphx/json-patch v5.6.0+incompatible // indirect | ||
github.com/fsnotify/fsnotify v1.5.1 // indirect | ||
github.com/go-ini/ini v1.42.0 // indirect | ||
github.com/golang/protobuf v1.5.2 | ||
github.com/greenpau/ovsdb v0.0.0-20181114004433-3582b85e8968 | ||
github.com/go-logr/logr v1.2.1 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/google/go-cmp v0.5.5 // indirect | ||
github.com/google/gofuzz v1.1.0 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/googleapis/gnostic v0.5.5 // indirect | ||
github.com/hashicorp/go-version v1.2.0 // indirect | ||
github.com/intel/multus-cni v0.0.0-20200313031649-eaf6ff6e20bb | ||
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.1.0 | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/imdario/mergo v0.3.12 // indirect | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect | ||
github.com/kelseyhightower/envconfig v1.4.0 // indirect | ||
github.com/mdlayher/arp v0.0.0-20191213142603-f72070a231fc | ||
github.com/moul/http2curl v1.0.0 // indirect | ||
github.com/neverlee/keymutex v0.0.0-20171121013845-f593aa834bf9 | ||
github.com/oilbeater/go-ping v0.0.0-20200413021620-332b7197c5b5 | ||
github.com/onsi/ginkgo v1.16.4 | ||
github.com/onsi/gomega v1.16.0 | ||
github.com/osrg/gobgp v0.0.0-20190401195721-805d02fdfbc5 | ||
github.com/parnurzeal/gorequest v0.2.15 | ||
github.com/magiconair/properties v1.8.5 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect | ||
github.com/mdlayher/ethernet v0.0.0-20190606142754-0394541c37b7 // indirect | ||
github.com/mdlayher/raw v0.0.0-20211126142749-4eae47f3d54b // indirect | ||
github.com/mitchellh/mapstructure v1.4.1 // indirect | ||
github.com/moby/spdystream v0.2.0 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/nxadm/tail v1.4.8 // indirect | ||
github.com/pelletier/go-toml v1.9.3 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/projectcalico/go-json v0.0.0-20161128004156-6219dc7339ba // indirect | ||
github.com/projectcalico/go-yaml v0.0.0-20161201183616-955bc3e451ef // indirect | ||
github.com/projectcalico/go-yaml-wrapper v0.0.0-20161127220527-598e54215bee // indirect | ||
github.com/projectcalico/libcalico-go v0.0.0-20190305235709-3d935c3b8b86 // indirect | ||
github.com/prometheus/client_golang v1.7.1 | ||
github.com/prometheus/client_model v0.2.0 // indirect | ||
github.com/prometheus/common v0.28.0 // indirect | ||
github.com/prometheus/procfs v0.6.0 // indirect | ||
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b // indirect | ||
github.com/sirupsen/logrus v1.6.0 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/spf13/viper v1.6.3 // indirect | ||
github.com/stretchr/testify v1.6.1 | ||
github.com/vishvananda/netlink v1.1.0 | ||
golang.org/x/crypto v0.0.0-20201216223049-8b5274cf687f // indirect | ||
golang.org/x/net v0.0.0-20210907225631-ff17edfbf26d // indirect | ||
golang.org/x/sys v0.0.0-20210906170528-6f6e22806c34 | ||
github.com/spf13/afero v1.6.0 // indirect | ||
github.com/spf13/cast v1.3.1 // indirect | ||
github.com/spf13/jwalterweatherman v1.1.0 // indirect | ||
github.com/spf13/viper v1.8.1 // indirect | ||
github.com/stretchr/objx v0.3.0 // indirect | ||
github.com/subosito/gotenv v1.2.0 // indirect | ||
github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 // indirect | ||
golang.org/x/net v0.0.0-20211209124913-491a49abca63 // indirect | ||
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect | ||
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
golang.org/x/tools v0.1.5 // indirect | ||
google.golang.org/grpc v1.27.1 | ||
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect | ||
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto v0.0.0-20210831024726-fe130286e0e2 // indirect | ||
google.golang.org/protobuf v1.27.1 // indirect | ||
k8s.io/api v0.20.4 | ||
k8s.io/apimachinery v0.20.4 | ||
k8s.io/client-go v0.20.4 | ||
k8s.io/klog v1.0.0 | ||
k8s.io/klog/v2 v2.4.0 | ||
k8s.io/sample-controller v0.0.0-20190326030654-b8f621986e45 | ||
sigs.k8s.io/controller-runtime v0.7.0 | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
gopkg.in/ini.v1 v1.62.0 // indirect | ||
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect | ||
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect | ||
k8s.io/apiextensions-apiserver v0.23.0 // indirect | ||
k8s.io/component-base v0.23.0 // indirect | ||
k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect | ||
k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b // indirect | ||
moul.io/http2curl v1.0.0 // indirect | ||
sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 // indirect | ||
sigs.k8s.io/structured-merge-diff/v4 v4.2.0 // indirect | ||
sigs.k8s.io/yaml v1.3.0 // indirect | ||
) | ||
|
||
replace ( | ||
github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2 | ||
github.com/greenpau/ovsdb => github.com/alauda/ovsdb v0.0.0-20210113100339-040cf3e76c28 | ||
k8s.io/client-go => k8s.io/client-go v0.20.4 | ||
k8s.io/api => k8s.io/api v0.23.0 | ||
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.23.0 | ||
k8s.io/apimachinery => k8s.io/apimachinery v0.23.0 | ||
k8s.io/apiserver => k8s.io/apiserver v0.23.0 | ||
k8s.io/cli-runtime => k8s.io/cli-runtime v0.23.0 | ||
k8s.io/client-go => k8s.io/client-go v0.23.0 | ||
k8s.io/cloud-provider => k8s.io/cloud-provider v0.23.0 | ||
k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.23.0 | ||
k8s.io/code-generator => k8s.io/code-generator v0.23.0 | ||
k8s.io/component-base => k8s.io/component-base v0.23.0 | ||
k8s.io/component-helpers => k8s.io/component-helpers v0.23.0 | ||
k8s.io/controller-manager => k8s.io/controller-manager v0.23.0 | ||
k8s.io/cri-api => k8s.io/cri-api v0.23.0 | ||
k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.23.0 | ||
k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.23.0 | ||
k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.23.0 | ||
k8s.io/kube-proxy => k8s.io/kube-proxy v0.23.0 | ||
k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.23.0 | ||
k8s.io/kubectl => k8s.io/kubectl v0.23.0 | ||
k8s.io/kubelet => k8s.io/kubelet v0.23.0 | ||
k8s.io/legacy-cloud-providers => k8s.io/legacy-cloud-providers v0.23.0 | ||
k8s.io/metrics => k8s.io/metrics v0.23.0 | ||
k8s.io/mount-utils => k8s.io/mount-utils v0.23.0 | ||
k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.23.0 | ||
) |
Oops, something went wrong.