Bump golang.org/x/crypto in /samples/end-to-end-testing/src/test

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20200220183623-bac4c82f6975 to 0.17.0.
- [Commits](https://github.com/golang/crypto/commits/v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-08-01 00:45:31 +00:00 committed by lonegunmanb
parent da0ce9597a
commit 107a79c353

View File

@ -4,5 +4,5 @@ go 1.13
require ( require (
github.com/gruntwork-io/terratest v0.28.5 github.com/gruntwork-io/terratest v0.28.5
golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975 golang.org/x/crypto v0.17.0
) )