forked from vmware-tanzu/kubeapps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGopkg.toml
36 lines (28 loc) · 810 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
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
[[constraint]]
name = "github.com/ghodss/yaml"
version = "1.0.0"
[[constraint]]
name = "github.com/sirupsen/logrus"
version = "1.0.4"
[[constraint]]
name = "google.golang.org/grpc"
version = "1.7.2"
[[constraint]]
name = "k8s.io/client-go"
version = "9.0.0"
# Hardcode some packages to the revisions locked in client-go 9.0.0
# See https://github.com/kubernetes/client-go/blob/master/INSTALL.md#dep-not-supported-yet
[[constraint]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.12.1"
[[constraint]]
name = "k8s.io/api"
version = "kubernetes-1.12.1"
[[constraint]]
name = "k8s.io/helm"
version = "2.9.1"
[prune]
go-tests = true
unused-packages = true