-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathGopkg.toml
49 lines (37 loc) · 909 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
43
44
45
46
47
48
49
required = ["k8s.io/code-generator/cmd/client-gen"]
[[constraint]]
name = "k8s.io/apimachinery"
branch = "release-1.10"
[[constraint]]
name = "k8s.io/api"
branch = "release-1.10"
[[constraint]]
name = "k8s.io/client-go"
branch = "release-7.0"
[[constraint]]
name = "k8s.io/code-generator"
branch = "release-1.10"
[[constraint]]
name = "k8s.io/apiextensions-apiserver"
branch = "release-1.10"
[[constraint]]
name = "github.com/sirupsen/logrus"
version = "1.0.5"
[[constraint]]
name = "github.com/golang/glog"
branch = "master"
# Tests only requirements
[[constraint]]
name = "github.com/onsi/ginkgo"
branch = "master"
[[constraint]]
name = "github.com/onsi/gomega"
branch = "master"
[[constraint]]
name = "github.com/Pallinder/go-randomdata"
branch = "master"
[[constraint]]
name = "github.com/nauyey/factory"
version = "0.2.0"
[prune]
go-tests = true