mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-23 06:40:23 +00:00
10 lines
186 B
Modula-2
10 lines
186 B
Modula-2
|
module github.com/ceph/ceph-csi/api
|
||
|
|
||
|
go 1.16
|
||
|
|
||
|
require (
|
||
|
github.com/ghodss/yaml v1.0.0
|
||
|
github.com/openshift/api v0.0.0-20210927171657-636513e97fda
|
||
|
github.com/stretchr/testify v1.7.0
|
||
|
)
|