File tree Expand file tree Collapse file tree 5 files changed +354
-100
lines changed Expand file tree Collapse file tree 5 files changed +354
-100
lines changed Original file line number Diff line number Diff line change @@ -3,18 +3,17 @@ module github.com/operator-framework/kubectl-operator
33go 1.13
44
55require (
6- github.com/containerd/containerd v1.3.2
6+ github.com/containerd/containerd v1.4.3
77 github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6
88 github.com/operator-framework/api v0.3.7
99 github.com/operator-framework/operator-lifecycle-manager v0.0.0-20200521062108-408ca95d458f
1010 github.com/operator-framework/operator-registry v1.12.5
11- github.com/sirupsen/logrus v1.4.2
12- github.com/spf13/cobra v1.0.0
11+ github.com/sirupsen/logrus v1.6.0
12+ github.com/spf13/cobra v1.1.1
1313 github.com/spf13/pflag v1.0.5
14- k8s.io/api v0.18.6
15- k8s.io/apiextensions-apiserver v0.18.6
16- k8s.io/apimachinery v0.18.6
17- k8s.io/client-go v0.18.6
18- sigs.k8s.io/controller-runtime v0.6.2
19- sigs.k8s.io/yaml v1.2.0
14+ k8s.io/api v0.20.2
15+ k8s.io/apiextensions-apiserver v0.20.2
16+ k8s.io/apimachinery v0.20.2
17+ k8s.io/client-go v0.20.2
18+ sigs.k8s.io/controller-runtime v0.8.2
2019)
You can’t perform that action at this time.
0 commit comments