mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
5af3fe5deb
this commits add the controller runtime and its dependency to the vendor. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
10 lines
185 B
Modula-2
10 lines
185 B
Modula-2
module gomodules.xyz/jsonpatch/v2
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/evanphx/json-patch v4.5.0+incompatible
|
|
github.com/pkg/errors v0.8.1 // indirect
|
|
github.com/stretchr/testify v1.3.0
|
|
)
|