mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +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>
30 lines
784 B
Modula-2
30 lines
784 B
Modula-2
// This is a generated file. Do not edit directly.
|
|
|
|
module k8s.io/cloud-provider
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.5.4
|
|
github.com/spf13/cobra v1.1.1
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.6.1
|
|
k8s.io/api v0.21.2
|
|
k8s.io/apimachinery v0.21.2
|
|
k8s.io/apiserver v0.21.2
|
|
k8s.io/client-go v0.21.2
|
|
k8s.io/component-base v0.21.2
|
|
k8s.io/controller-manager v0.21.2
|
|
k8s.io/klog/v2 v2.8.0
|
|
k8s.io/utils v0.0.0-20201110183641-67b214c5f920
|
|
)
|
|
|
|
replace (
|
|
k8s.io/api => k8s.io/api v0.21.2
|
|
k8s.io/apimachinery => k8s.io/apimachinery v0.21.2
|
|
k8s.io/apiserver => k8s.io/apiserver v0.21.2
|
|
k8s.io/client-go => k8s.io/client-go v0.21.2
|
|
k8s.io/component-base => k8s.io/component-base v0.21.2
|
|
k8s.io/controller-manager => k8s.io/controller-manager v0.21.2
|
|
)
|