mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
aa698bc3e1
Kubernetes v1.22 version has been released and this update ceph csi dependencies to use the same version. Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
16 lines
453 B
Modula-2
16 lines
453 B
Modula-2
// This is a generated file. Do not edit directly.
|
|
|
|
module k8s.io/mount-utils
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/stretchr/testify v1.7.0
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
k8s.io/klog/v2 v2.9.0
|
|
k8s.io/utils v0.0.0-20210707171843-4b05e18ac7d9
|
|
)
|