forked from vmware-tanzu/kubeapps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGopkg.toml
56 lines (43 loc) · 1.28 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
56
# 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]]
branch = "master"
name = "github.com/gosuri/uitable"
[[constraint]]
name = "github.com/rakyll/statik"
version = "0.1.1"
[[constraint]]
name = "github.com/sirupsen/logrus"
version = "1.0.4"
[[constraint]]
name = "github.com/ksonnet/kubecfg"
revision = "8634737e0b22b01bb93ffeb09a195d0a6d71a6e5"
[[constraint]]
name = "google.golang.org/grpc"
version = "1.7.2"
[[constraint]]
name = "k8s.io/client-go"
version = "5.0.1"
# Hardcode some packages to the revisions locked in client-go 5.0.1
# See https://github.com/kubernetes/client-go/blob/master/INSTALL.md#dep-not-supported-yet
[[constraint]]
name = "k8s.io/apimachinery"
revision = "019ae5ada31de202164b118aee88ee2d14075c31"
[[constraint]]
name = "k8s.io/api"
revision = "6c6dac0277229b9e9578c5ca3f74a4345d35cdc2"
[[constraint]]
name = "k8s.io/helm"
version = "2.9.1"
[[override]]
name = "github.com/Azure/go-autorest"
revision = "58f6f26e200fa5dfb40c9cd1c83f3e2c860d779d"
[prune]
go-tests = true
unused-packages = true
[[prune.project]]
name = "github.com/rakyll/statik"
unused-packages = false