forked from Peripli/service-broker-proxy-k8s
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
executable file
·55 lines (43 loc) · 1.2 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
[prune]
[[prune.project]]
name = "github.com/kubernetes-sigs/service-catalog"
# service catalog has some files that are too long on Windows
non-go = true
[[constraint]]
name = "github.com/kubernetes-sigs/service-catalog"
revision = "f950e6866b3dd192f7aef05336f6a20b9dce319f"
[[constraint]]
name = "github.com/Peripli/service-broker-proxy"
version = "=0.9.4"
[[constraint]]
name = "github.com/onsi/ginkgo"
version = "1.5.0"
[[constraint]]
name = "github.com/onsi/gomega"
version = "1.3.0"
# Refer to issue https://github.com/golang/dep/issues/1799
[[override]]
name = "gopkg.in/fsnotify.v1"
source = "https://github.com/fsnotify/fsnotify.git"
[[override]]
name = "github.com/hashicorp/go-multierror"
version = "=v1.0.0"
# Specify kubernetes dependency versions
[[override]]
branch = "release-1.15"
name = "k8s.io/api"
[[override]]
branch = "release-1.15"
name = "k8s.io/apiextensions-apiserver"
[[override]]
branch = "release-1.15"
name = "k8s.io/apimachinery"
[[override]]
branch = "release-1.15"
name = "k8s.io/apiserver"
[[override]]
branch = "release-12.0"
name = "k8s.io/client-go"
[[override]]
branch = "release-1.15"
name = "k8s.io/code-generator"