mirror of
https://git.mirrors.martin98.com/https://github.com/ceph/ceph-csi.git
synced 2025-07-30 04:02:02 +08:00

This commit updates controller-runtime to v0.9.2 and makes changes in persistentvolume.go to add context to various functions and function calls made here instead of context.TODO(). Signed-off-by: Rakshith R <rar@redhat.com>
9 lines
130 B
Modula-2
9 lines
130 B
Modula-2
module gomodules.xyz/jsonpatch/v2
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/evanphx/json-patch v0.5.2
|
|
github.com/stretchr/testify v1.3.0
|
|
)
|