This repository has been archived by the owner on Feb 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Gopkg.toml
112 lines (85 loc) · 2.51 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
required = [
"github.com/containernetworking/plugins/plugins/main/loopback",
"github.com/containernetworking/plugins/plugins/main/ptp",
"github.com/golang/protobuf/protoc-gen-go",
]
ignored = [
"golang.org/x/exp/inotify", # Doesn't build on Mac, shouldn't need it anyway
]
[[constraint]]
name = "github.com/BurntSushi/toml"
version = "0.3.0"
[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "1.12.45"
[[constraint]]
name = "github.com/cenk/backoff"
version = "1.1.0"
[[constraint]]
name = "github.com/containernetworking/cni"
version = "~0.6.0"
[[constraint]]
name = "github.com/containernetworking/plugins"
version = "~0.6.0"
[[constraint]]
branch = "master"
name = "github.com/golang/glog"
[[constraint]]
branch = "master"
name = "github.com/j-keck/arping"
[[constraint]]
name = "github.com/pkg/errors"
version = "0.8.0"
[[constraint]]
branch = "master"
name = "github.com/songgao/packets"
[[constraint]]
branch = "master"
name = "github.com/songgao/water"
[[constraint]]
branch = "master"
name = "github.com/vishvananda/netlink"
[[constraint]]
name = "k8s.io/api"
branch = "release-1.9"
[[constraint]]
name = "k8s.io/apimachinery"
branch = "release-1.9"
[[constraint]]
name = "k8s.io/client-go"
version = "~6.0.0"
[[constraint]]
name = "k8s.io/kubernetes"
version = "~1.9.0"
[[constraint]]
branch = "master"
name = "k8s.io/utils"
[[constraint]]
name = "github.com/golang/protobuf"
branch = "master"
[[constraint]]
name = "google.golang.org/grpc"
version = "~1.8.0"
[[constraint]]
name = "github.com/oklog/run"
version = "~1.0.0"
## Things for client-go
[[override]]
name = "github.com/ugorji/go"
revision = "ded73eae5db7e7a0ef6f55aace87a2873c5d2b74"
# Fix vendor/k8s.io/kubernetes/pkg/util/parsers/parsers.go:36:16: undefined: reference.ParseNormalizedNamed
[[override]]
name = "github.com/docker/distribution"
revision = "edc3ab29cdff8694dd6feb85cfeb4b5f1b38ed9c"
# Fix vendor/k8s.io/kubernetes/pkg/kubelet/cm/util/cgroups_linux.go:65:19: undefined: cgroups.GetOwnCgroup
[[override]]
name = "github.com/opencontainers/runc"
revision = "4d6e6720a7c885c37b4cb083c0d372dda3425120"
# logrus casing
[[override]]
name = "github.com/sirupsen/logrus"
revision = "89742aefa4b206dcf400792f3bd35b542998eb3b"
# Fix Solving failure: package github.com/docker/docker/api/types/reference does not exist within project github.com/docker/docker
[[override]]
name = "github.com/docker/docker"
revision = "4f3616fb1c112e206b88cb7a9922bf49067a7756"