csi-driver-nfs/vendor/golang.org/x/crypto/chacha20
Emilien Macchi 6e97c91760 fix: Address CVE-2022-27191
Upgrade golang.org/x/crypto to latest (pushed on Apr 11, 2022).

This commit is the result of running:

```
go get golang.org/x/crypto/ssh@latest \
	&& go mod tidy && go mod vendor
```

See https://groups.google.com/g/golang-announce/c/-cp44ypCT5s/m/wmegxkLiAQAJ

**What this PR does / why we need it**:
Upgrades golang.org/x/crypto/ssh to latest, where the vulnerability has been fixed.
2022-04-13 09:52:29 -04:00
..
chacha_arm64.go Bump k8s to v0.21.0 2021-04-26 09:48:33 +01:00
chacha_arm64.s chore: upgrade to k8s 1.23 lib 2021-12-31 07:40:41 +00:00
chacha_generic.go Add DynamicallyProvisionedCmdVolumeTest 2020-11-11 20:47:25 +05:30
chacha_noasm.go Bump k8s to v0.21.0 2021-04-26 09:48:33 +01:00
chacha_ppc64le.go Bump k8s to v0.21.0 2021-04-26 09:48:33 +01:00
chacha_ppc64le.s chore: upgrade to k8s 1.23 lib 2021-12-31 07:40:41 +00:00
chacha_s390x.go fix: Address CVE-2022-27191 2022-04-13 09:52:29 -04:00
chacha_s390x.s chore: upgrade to k8s 1.23 lib 2021-12-31 07:40:41 +00:00
xor.go Add DynamicallyProvisionedCmdVolumeTest 2020-11-11 20:47:25 +05:30