mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
8f432e8bfa
This commit also fixes k8s.io/cloud-providers v0.22.2, instead of v1.22.1 which does not exist and was overrided in replace. Signed-off-by: Rakshith R <rar@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-20210819203725-bdf08cb9a70a
|
|
)
|