Skip to content

Commit 4dae83f

Browse files
committed
Update dependency to k8s 1.22
1 parent 98a19e9 commit 4dae83f

File tree

4 files changed

+390
-167
lines changed

4 files changed

+390
-167
lines changed

example/hello-populator/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
module github.com/kubernetes-csi/lib-volume-populator/example/hello-populator
22

3-
go 1.15
3+
go 1.16
44

55
require (
66
github.com/kubernetes-csi/lib-volume-populator v0.0.0
7-
k8s.io/apimachinery v0.19.9
8-
k8s.io/klog/v2 v2.8.0
7+
k8s.io/apimachinery v0.22.0
8+
k8s.io/klog/v2 v2.9.0
99
)
1010

1111
replace github.com/kubernetes-csi/lib-volume-populator => ../..

0 commit comments

Comments
 (0)