Skip to content

Commit 9d3aeef

Browse files
authored
godeps: update go dependencies (#30)
Signed-off-by: Bo Liu <lbosh@cn.ibm.com>
1 parent adf8045 commit 9d3aeef

2 files changed

Lines changed: 58 additions & 296 deletions

File tree

go.mod

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ go 1.15
44

55
require (
66
github.com/IBM/ibm-storage-odf-operator v1.0.0
7-
github.com/google/uuid v1.1.2 // indirect
87
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
8+
k8s.io/api v0.22.2
9+
k8s.io/apimachinery v0.22.2
10+
k8s.io/client-go v0.22.2
1311
k8s.io/klog v1.0.0
1412
sigs.k8s.io/controller-runtime v0.8.3
1513
)

0 commit comments

Comments
 (0)