mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
1b23d78113
Updated kubernetes packages to latest release. resizefs package has been included into k8s.io/mount-utils package. updated code to use the same. Updates: #1968 Signed-off-by: Rakshith R <rar@redhat.com>
15 lines
388 B
Modula-2
15 lines
388 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.6.1
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
k8s.io/klog/v2 v2.8.0
|
|
k8s.io/utils v0.0.0-20201110183641-67b214c5f920
|
|
)
|