Skip to content

Commit 8e21f5e

Browse files
committedJan 3, 2020
Vendor helm library to enable helm chart validation
Signed-off-by: Vu Dinh <[email protected]>
1 parent c1d8d0b commit 8e21f5e

File tree

313 files changed

+37351
-3641
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

313 files changed

+37351
-3641
lines changed
 

‎go.mod

+9-9
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ require (
77
github.com/golang-migrate/migrate/v4 v4.6.2
88
github.com/golang/mock v1.2.0
99
github.com/golang/protobuf v1.3.2
10-
github.com/googleapis/gnostic v0.2.0 // indirect
1110
github.com/grpc-ecosystem/grpc-health-probe v0.2.1-0.20181220223928-2bf0a5b182db
12-
github.com/imdario/mergo v0.3.7 // indirect
1311
github.com/mattn/go-sqlite3 v1.10.0
1412
github.com/maxbrunsfeld/counterfeiter/v6 v6.2.2
1513
github.com/onsi/ginkgo v1.10.1
@@ -20,16 +18,18 @@ require (
2018
github.com/sirupsen/logrus v1.4.2
2119
github.com/spf13/cobra v0.0.5
2220
github.com/stretchr/testify v1.4.0
23-
golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
21+
golang.org/x/net v0.0.0-20191028085509-fe3aa8a45271
2422
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
25-
google.golang.org/grpc v1.23.0
23+
google.golang.org/grpc v1.24.0
2624
gopkg.in/yaml.v2 v2.2.4
27-
k8s.io/api v0.17.0
28-
k8s.io/apiextensions-apiserver v0.0.0-20190918161926-8f644eb6e783
29-
k8s.io/apimachinery v0.17.0
30-
k8s.io/client-go v0.17.0
25+
helm.sh/helm/v3 v3.0.1
26+
k8s.io/api v0.0.0-20191016110408-35e52d86657a
27+
k8s.io/apiextensions-apiserver v0.0.0-20191016113550-5357c4baaf65
28+
k8s.io/apimachinery v0.0.0-20191004115801-a2eda9f80ab8
29+
k8s.io/client-go v0.0.0-20191016111102-bec269661e48
3130
k8s.io/klog v1.0.0
32-
k8s.io/kubectl v0.17.0
3331
)
3432

33+
replace github.com/docker/docker => github.com/moby/moby v0.7.3-0.20190826074503-38ab9da00309 // Required by Helm
34+
3535
go 1.13

‎go.sum

+126-27
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.