Skip to content

Commit 8caf19d

Browse files
committed
bump helm dep to latest master, fix helm unit tests
1 parent d97a452 commit 8caf19d

File tree

3 files changed

+78
-10
lines changed

3 files changed

+78
-10
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,27 @@ require (
2020
github.com/operator-framework/operator-registry v1.1.1
2121
github.com/pborman/uuid v1.2.0
2222
github.com/pkg/errors v0.8.1
23-
github.com/prometheus/client_golang v1.1.0
23+
github.com/prometheus/client_golang v1.2.1
2424
github.com/rogpeppe/go-internal v1.5.0
2525
github.com/sergi/go-diff v1.0.0
2626
github.com/sirupsen/logrus v1.4.2
2727
github.com/spf13/afero v1.2.2
2828
github.com/spf13/cobra v0.0.5
29-
github.com/spf13/pflag v1.0.3
29+
github.com/spf13/pflag v1.0.5
3030
github.com/spf13/viper v1.4.0
3131
github.com/stretchr/testify v1.4.0
3232
go.uber.org/zap v1.10.0
3333
golang.org/x/tools v0.0.0-20191018212557-ed542cd5b28a
3434
gopkg.in/yaml.v2 v2.2.4
35-
helm.sh/helm/v3 v3.0.0-beta.5
35+
helm.sh/helm/v3 v3.0.0-beta.5.0.20191028225627-82a100b0b727
3636
k8s.io/api v0.0.0
3737
k8s.io/apiextensions-apiserver v0.0.0
3838
k8s.io/apimachinery v0.0.0
3939
k8s.io/cli-runtime v0.0.0
4040
k8s.io/client-go v11.0.0+incompatible
4141
k8s.io/code-generator v0.0.0
4242
k8s.io/gengo v0.0.0-20191010091904-7fa3014cb28f
43-
k8s.io/klog v0.4.0
43+
k8s.io/klog v1.0.0
4444
k8s.io/kube-openapi v0.0.0-20190918143330-0270cf2f1c1d
4545
k8s.io/kube-state-metrics v1.8.0
4646
k8s.io/kubectl v0.0.0

0 commit comments

Comments
 (0)