File tree Expand file tree Collapse file tree 2 files changed +164
-27
lines changed
Expand file tree Collapse file tree 2 files changed +164
-27
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,16 @@ require (
1717 github.com/fluxcd/source-controller/api v0.2.1
1818 github.com/go-git/go-billy/v5 v5.0.0
1919 github.com/go-git/go-git/v5 v5.1.0
20- github.com/go-logr/logr v0.1.0
20+ github.com/go-logr/logr v0.2.1
21+ github.com/go-logr/zapr v0.2.0 // indirect
2122 github.com/minio/minio-go/v7 v7.0.5
2223 github.com/onsi/ginkgo v1.12.1
2324 github.com/onsi/gomega v1.10.1
2425 golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
25- helm.sh/helm/v3 v3.3.4
26- k8s.io/api v0.18.9
27- k8s.io/apimachinery v0.18.9
28- k8s.io/client-go v0.18.9
26+ helm.sh/helm/v3 v3.4.0
27+ k8s.io/api v0.19.2
28+ k8s.io/apimachinery v0.19.2
29+ k8s.io/client-go v0.19.2
2930 sigs.k8s.io/controller-runtime v0.6.3
3031 sigs.k8s.io/yaml v1.2.0
3132)
You can’t perform that action at this time.
0 commit comments