-
Notifications
You must be signed in to change notification settings - Fork 133
/
Gopkg.toml
42 lines (33 loc) · 966 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
required = [
"k8s.io/code-generator/cmd/client-gen",
# needed by generated clientsets, but not an explicit dep in client-gen itself
"k8s.io/apimachinery/pkg/apimachinery/registered",
"k8s.io/code-generator/cmd/deepcopy-gen",
"k8s.io/code-generator/cmd/defaulter-gen",
"k8s.io/code-generator/cmd/lister-gen",
"k8s.io/code-generator/cmd/informer-gen",
]
[[constraint]]
name = "github.com/Sirupsen/logrus"
version = "1.0.4"
[[constraint]]
branch = "master"
name = "github.com/golang/glog"
[[constraint]]
branch = "master"
name = "github.com/heptiolabs/healthcheck"
[[constraint]]
name = "github.com/prometheus/client_golang"
version = "0.8.0"
[[constraint]]
name = "k8s.io/api"
version="kubernetes-1.10.1"
[[constraint]]
name = "k8s.io/apimachinery"
version="kubernetes-1.10.1"
[[constraint]]
name = "k8s.io/client-go"
version = "v7.0.0"
[[constraint]]
name = "k8s.io/code-generator"
version = "kubernetes-1.10.1"