mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
14 lines
315 B
Modula-2
14 lines
315 B
Modula-2
|
// This is a generated file. Do not edit directly.
|
||
|
|
||
|
module k8s.io/mount-utils
|
||
|
|
||
|
go 1.15
|
||
|
|
||
|
require (
|
||
|
github.com/kr/pretty v0.2.0 // indirect
|
||
|
github.com/stretchr/testify v1.6.1
|
||
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
||
|
k8s.io/klog/v2 v2.4.0
|
||
|
k8s.io/utils v0.0.0-20201110183641-67b214c5f920
|
||
|
)
|