File tree Expand file tree Collapse file tree 2 files changed +174
-80
lines changed
Expand file tree Collapse file tree 2 files changed +174
-80
lines changed Original file line number Diff line number Diff line change @@ -4,21 +4,20 @@ go 1.13
44
55require (
66 github.com/blang/semver v3.5.0+incompatible
7- github.com/fluxcd/pkg v0.0.1
7+ github.com/fluxcd/pkg v0.0.2
88 github.com/go-git/go-billy/v5 v5.0.0
99 github.com/go-git/go-git/v5 v5.1.0
1010 github.com/go-logr/logr v0.1.0
1111 github.com/onsi/ginkgo v1.11.0
1212 github.com/onsi/gomega v1.8.1
1313 github.com/sosedoff/gitkit v0.2.1-0.20191202022816-7182d43c6254
14- golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
15- helm.sh/helm/v3 v3.1.2
16- k8s.io/api v0.17.2
17- k8s.io/apimachinery v0.17.2
18- k8s.io/client-go v0.17.2
14+ helm.sh/helm/v3 v3.2.4
15+ k8s.io/api v0.18.4
16+ k8s.io/apimachinery v0.18.4
17+ k8s.io/client-go v0.18.4
1918 rsc.io/letsencrypt v0.0.3 // indirect
20- sigs.k8s.io/controller-runtime v0.5 .0
21- sigs.k8s.io/yaml v1.1 .0
19+ sigs.k8s.io/controller-runtime v0.6 .0
20+ sigs.k8s.io/yaml v1.2 .0
2221)
2322
2423// TODO(hidde): drop when PR is accepted:
You can’t perform that action at this time.
0 commit comments