From 107a79c3539cf643eb75f26a67b594556a613374 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 00:45:31 +0000 Subject: [PATCH] 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] --- samples/end-to-end-testing/src/test/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/end-to-end-testing/src/test/go.mod b/samples/end-to-end-testing/src/test/go.mod index ec04e282..98292ea7 100644 --- a/samples/end-to-end-testing/src/test/go.mod +++ b/samples/end-to-end-testing/src/test/go.mod @@ -4,5 +4,5 @@ go 1.13 require ( github.com/gruntwork-io/terratest v0.28.5 - golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975 + golang.org/x/crypto v0.17.0 )