-
Matt Butcher authored
This is described in the official Helm 3 proposal: https://github.com/helm/community/blob/master/helm-v3/000-helm-v3.md Signed-off-by:
Matt Butcher <matt.butcher@microsoft.com>
Unverified70617164
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
57
58
59
60
61
62
63
64
65
66
67
68
[[constraint]]
name = "github.com/BurntSushi/toml"
version = "0.3.0"
[[constraint]]
name = "github.com/Masterminds/semver"
version = "~1.3.1"
[[constraint]]
name = "github.com/Masterminds/sprig"
version = "2.14.1"
[[constraint]]
name = "github.com/Masterminds/vcs"
version = "~1.11.0"
[[constraint]]
name = "github.com/asaskevich/govalidator"
version = "4.0.0"
[[constraint]]
name = "github.com/gobwas/glob"
version = "0.2.1"
[[constraint]]
name = "github.com/gosuri/uitable"
branch = "master"
[[constraint]]
name = "k8s.io/api"
branch = "release-1.12"
[[constraint]]
name = "k8s.io/apimachinery"
branch = "release-1.12"
[[constraint]]
version = "kubernetes-1.12.1"
name = "k8s.io/client-go"
[[constraint]]
name = "k8s.io/kubernetes"
branch = "release-1.12"
[[override]]
name = "k8s.io/apiserver"
branch = "release-1.12"
[[override]]
name = "github.com/json-iterator/go"
revision = "f2b4162afba35581b6d4a50d3b8f34e33c144682"
[[override]]
name = "github.com/Azure/go-autorest"
revision = "1ff28809256a84bb6966640ff3d0371af82ccba4"
[[override]]
name = "github.com/imdario/mergo"
version = "v0.3.5"
[[override]]
name = "gopkg.in/square/go-jose.v2"
revision = "89060dee6a84df9a4dae49f676f0c755037834f1"
[prune]
go-tests = true
unused-packages = true