We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf8045 commit 9d3aeefCopy full SHA for 9d3aeef
2 files changed
go.mod
@@ -4,12 +4,10 @@ go 1.15
4
5
require (
6
github.com/IBM/ibm-storage-odf-operator v1.0.0
7
- github.com/google/uuid v1.1.2 // indirect
8
github.com/prometheus/client_golang v1.8.0
9
- github.com/ugorji/go v1.1.4 // indirect
10
- k8s.io/api v0.21.0-rc.0
11
- k8s.io/apimachinery v0.21.0-rc.0
12
- k8s.io/client-go v0.20.2
+ k8s.io/api v0.22.2
+ k8s.io/apimachinery v0.22.2
+ k8s.io/client-go v0.22.2
13
k8s.io/klog v1.0.0
14
sigs.k8s.io/controller-runtime v0.8.3
15
)
0 commit comments