File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ import (
2828 "k8s.io/apimachinery/pkg/runtime/schema"
2929 "k8s.io/klog/v2"
3030
31- populator_machinery "github.com/kubernetes-csi/lib-volume-populator/populator-machinery"
31+ populator_machinery "github.com/kubernetes-csi/lib-volume-populator/v3/ populator-machinery"
3232)
3333
3434const (
Original file line number Diff line number Diff line change 44 "context"
55 "flag"
66
7- populatorMachinery "github.com/kubernetes-csi/lib-volume-populator/populator-machinery"
7+ populatorMachinery "github.com/kubernetes-csi/lib-volume-populator/v3/ populator-machinery"
88 "k8s.io/apimachinery/pkg/runtime/schema"
99
1010 "k8s.io/klog/v2"
Original file line number Diff line number Diff line change 1- module github.com/kubernetes-csi/lib-volume-populator
1+ module github.com/kubernetes-csi/lib-volume-populator/v3
22
33go 1.24.0
44
You can’t perform that action at this time.
0 commit comments