forked from bookingcom/shipper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
46 lines (36 loc) · 1.18 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
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
required = ["k8s.io/code-generator/cmd/client-gen"]
[[constraint]]
name = "k8s.io/helm"
version = "2.8.0"
[[constraint]]
name = "k8s.io/apimachinery"
branch = "release-1.9"
[[constraint]]
name = "k8s.io/client-go"
branch = "release-6.0"
[[constraint]]
name = "k8s.io/code-generator"
branch = "release-1.9"
# goland/dep does not follow k8s.io/code-generator's Godeps.json and gengo's master
# version does not work with release-1.8 k8s.io/code-generator. So we have to
# override it.
[[override]]
name = "k8s.io/gengo"
revision = "1ef560bbde5195c01629039ad3b337ce63e7b321"
[[constraint]]
name = "github.com/prometheus/client_golang"
version = "0.9.0-pre1"
# By default, github.com/spf13/cobra depends on version 1.0.0 of
# pflag, which causes an error. Pinning it here just to make things
# work.
[[override]]
name = "github.com/spf13/pflag"
version = "1.0.3"
[[override]]
name = "github.com/Azure/go-autorest"
revision = "e14a70c556c8e0db173358d1a903dca345a8e75e"
[[constraint]]
version = "kubernetes-1.11.4"
name = "k8s.io/apiextensions-apiserver"