forked from operator-framework/operator-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGopkg.toml
More file actions
31 lines (24 loc) · 636 Bytes
/
Gopkg.toml
File metadata and controls
31 lines (24 loc) · 636 Bytes
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
[[constraint]]
name = "github.com/sirupsen/logrus"
version = "1.0.4"
[[constraint]]
name = "github.com/spf13/cobra"
version = "0.0.2"
[[override]]
name = "k8s.io/api"
version = "kubernetes-1.10.1"
[[override]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.10.1"
[[override]]
name = "k8s.io/apiextensions-apiserver"
version = "kubernetes-1.10.1"
[[override]]
name = "k8s.io/client-go"
version = "kubernetes-1.10.1"
[[constraint]]
name = "github.com/sergi/go-diff"
version = "1.0.0"
[[constraint]]
name = "sigs.k8s.io/controller-runtime"
revision = "60bb251ad86f9b313653618aad0c2c53f41a6625"