From eb577f5fd0b35e9c952170af6c6a67adb336a733 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 16:19:56 -0400 Subject: [PATCH] Bump github.com/cloudflare/circl in /lib/hpke/scripts (#420) Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.3.3 to 1.3.7. - [Release notes](https://github.com/cloudflare/circl/releases) - [Commits](https://github.com/cloudflare/circl/compare/v1.3.3...v1.3.7) --- updated-dependencies: - dependency-name: github.com/cloudflare/circl dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Richard Barnes --- lib/hpke/scripts/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hpke/scripts/go.mod b/lib/hpke/scripts/go.mod index 0f07ddb0..4547363a 100644 --- a/lib/hpke/scripts/go.mod +++ b/lib/hpke/scripts/go.mod @@ -4,6 +4,6 @@ go 1.16 require ( github.com/cisco/go-tls-syntax v0.0.0-20200617162716-46b0cfb76b9b - github.com/cloudflare/circl v1.3.3 + github.com/cloudflare/circl v1.3.7 golang.org/x/crypto v0.17.0 )