-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathGopkg.toml
85 lines (67 loc) · 1.8 KB
/
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
required = ["github.com/docker/distribution"]
[[constraint]]
branch = "master"
name = "github.com/aporeto-inc/go-ipset"
[[constraint]]
name = "github.com/docker/docker"
version = "v17.05.0-ce-rc3"
[[constraint]]
name = "github.com/docker/distribution"
revision = "b38e5838b7b2f2ad48e06ec4b500011976080621"
[[override]]
name = "github.com/ti-mo/netfilter"
version = "=0.3.0"
# as per github.com/ti-mo/netfilter go.mod file
[[constraint]]
name = "github.com/mdlayher/netlink"
revision = "a1644773bc99cfd147417f646434a663b5892505"
#
# The most significant dependency for the Kubernetes monitor: the controller-runtime
# NOTE: change with care and always adjust the Kubernetes dependencies below
#
[[override]]
name = "sigs.k8s.io/controller-runtime"
version = "v0.1.10"
#
# Kubernetes dependencies
# NOTE: always match exactly to what controller-runtime uses
#
[[constraint]]
name = "k8s.io/api"
version = "kubernetes-1.13.1"
[[override]]
name = "k8s.io/apiextensions-apiserver"
version = "kubernetes-1.13.1"
[[override]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.13.1"
[[override]]
name = "k8s.io/apiserver"
version = "kubernetes-1.13.1"
[[constraint]]
name = "k8s.io/client-go"
version = "kubernetes-1.13.1"
[[override]]
name = "k8s.io/code-generator"
version = "kubernetes-1.13.1"
[[override]]
name = "k8s.io/gengo"
branch = "master"
[[constraint]]
name = "github.com/envoyproxy/go-control-plane"
version = "v0.9.0"
[[constraint]]
name = "github.com/aporeto-inc/oxy"
branch = "sirupsen"
[[constraint]]
name = "go.aporeto.io/netlink-go"
branch = "master"
[[constraint]]
name = "go.aporeto.io/tg"
branch = "master"
[[constraint]]
name = "github.com/hashicorp/go-version"
version = "v1.0.0"
[prune]
go-tests = true
unused-packages = true