forked from krallistic/kafka-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGopkg.toml
51 lines (36 loc) · 1.02 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
required = ["k8s.io/code-generator/cmd/client-gen"]
#[[constraint]]
# name = "github.com/Shopify/sarama"
# version = "1.12.0"
#[[constraint]]
# name = "github.com/Sirupsen/logrus"
# version = "1.0.2"
#[[constraint]]
# branch = "master"
# name = "github.com/azer/snakecase"
#[[constraint]]
# branch = "master"
# name = "github.com/google/gofuzz"
#[[constraint]]
# branch = "master"
# name = "github.com/krallistic/kazoo-go"
[[constraint]]
name = "k8s.io/apimachinery"
branch = "release-1.8"
[[constraint]]
name = "k8s.io/client-go"
version = "5.0.0"
[[constraint]]
name = "k8s.io/api"
branch = "release-1.8"
[[constraint]]
name = "k8s.io/code-generator"
branch = "release-1.8"
# 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 = "9e661e9308f078838e266cca1c673922088c0ea4"
[[constraint]]
name = "github.com/kylelemons/godebug"