2019-08-30 18:33:25 +00:00
|
|
|
// This is a generated file. Do not edit directly.
|
|
|
|
|
|
|
|
module k8s.io/csi-translation-lib
|
|
|
|
|
2021-03-18 22:40:29 +00:00
|
|
|
go 1.16
|
2019-08-30 18:33:25 +00:00
|
|
|
|
|
|
|
require (
|
2021-07-02 08:43:15 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2019-08-30 18:33:25 +00:00
|
|
|
k8s.io/api v0.0.0
|
|
|
|
k8s.io/apimachinery v0.0.0
|
2021-07-02 08:43:15 +00:00
|
|
|
k8s.io/klog/v2 v2.9.0
|
2019-08-30 18:33:25 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
replace (
|
|
|
|
k8s.io/api => ../api
|
|
|
|
k8s.io/apimachinery => ../apimachinery
|
|
|
|
k8s.io/csi-translation-lib => ../csi-translation-lib
|
|
|
|
)
|