containerized-data-importer/pkg/controller/transfer
Maya Rashish 3c4ed8593a
Run make deps-update and update golang.org/x/crypto (#2225)
* Run `make deps-update` with no changes

It seems like #2208 generated things slightly differently than make
deps-update (perhaps with a different Go version).
Running this command changes two things:

- Re-order entries in BUILD.bazel, with no changes.
- Make vendor/kubevirt.io/containerized-data-importer-api a symlink to
staging/src/kubevirt.io/containerized-data-importer-api

These changes seem harmless.

Signed-off-by: Maya Rashish <mrashish@redhat.com>

* Update golang.org/x/crypto to v0.0.0-20220331220935-ae2d96664a29

We were prompted by a false positive vulnerability, but it's always good
to stay updated when it comes to cryptography libraries.

Signed-off-by: Maya Rashish <mrashish@redhat.com>
2022-04-05 20:47:41 +02:00
..
BUILD.bazel Run make deps-update and update golang.org/x/crypto (#2225) 2022-04-05 20:47:41 +02:00
controller_suite_test.go Cluster scoped DataVolume/PVC namespace transfer API (#1673) 2021-02-24 20:45:24 +01:00
controller_test.go Move apis to staging, push to containerized-data-importer-api (#1997) 2021-10-28 13:40:24 +02:00
controller.go Move apis to staging, push to containerized-data-importer-api (#1997) 2021-10-28 13:40:24 +02:00
dv_test.go Move apis to staging, push to containerized-data-importer-api (#1997) 2021-10-28 13:40:24 +02:00
dv.go Move apis to staging, push to containerized-data-importer-api (#1997) 2021-10-28 13:40:24 +02:00
pvc_test.go tighten sync between smart clone and transfer controllers (#2209) 2022-04-01 17:48:07 +02:00
pvc.go tighten sync between smart clone and transfer controllers (#2209) 2022-04-01 17:48:07 +02:00
watch.go Move apis to staging, push to containerized-data-importer-api (#1997) 2021-10-28 13:40:24 +02:00