forked from kubeovn/kube-ovn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGopkg.toml
48 lines (37 loc) · 950 Bytes
/
Gopkg.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[prune]
non-go = true
go-tests = true
unused-packages = true
[[constraint]]
name = "github.com/emicklei/go-restful"
version = "2.8.0"
[[constraint]]
name = "github.com/spf13/pflag"
version = "1.0.3"
[[constraint]]
name = "github.com/containernetworking/cni"
version = "v0.6.0"
[[constraint]]
name = "github.com/parnurzeal/gorequest"
version = "v0.2.15"
[[constraint]]
name = "k8s.io/api"
version = "kubernetes-1.13.2"
[[constraint]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.13.2"
[[constraint]]
name = "k8s.io/client-go"
version = "kubernetes-1.13.2"
[[constraint]]
name = "github.com/projectcalico/felix"
version = "v3.5.4"
[[override]]
name = "github.com/projectcalico/libcalico-go"
revision = "3d935c3b8b860224bcedf1aaa02bedaadf0a180c"
[[constraint]]
name = "github.com/coreos/go-iptables"
version = "v0.4.0"
[[constraint]]
name = "github.com/juju/errors"
branch = "master"