forked from zanetworker/gardener-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
46 lines (36 loc) · 886 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
[[override]]
name = "github.com/gardener/gardener"
revision = "61c3e7c0a3f1587a1f2191c4695fa1819fbfe80e"
#version = "0.17.0"
[[override]]
name = "sigs.k8s.io/controller-runtime"
version = "0.1.9"
[[override]]
name = "k8s.io/api"
version = "kubernetes-1.13.2"
[[override]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.13.2"
[[override]]
name = "k8s.io/client-go"
version = "kubernetes-1.13.2"
[[constraint]]
name = "gopkg.in/yaml.v2"
version = "2.2.2"
[[constraint]]
name = "github.com/gobuffalo/packr"
version = "1.21.9"
# Dependencies for testing purposes only
[[constraint]]
name = "github.com/onsi/gomega"
version = "~1.3.0"
[[constraint]]
name = "github.com/onsi/ginkgo"
version = "~1.4.0"
[prune]
unused-packages = true
go-tests = true
non-go = true
[[constraint]]
name = "github.com/spf13/cobra"
version = "0.0.3"