From 95c6333075a1f5939d6685440f3bd92b5f0e9798 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 20:46:53 +0000 Subject: [PATCH] Bump github.com/cloudflare/circl in /lib/hpke/scripts Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.3.2 to 1.3.3. - [Release notes](https://github.com/cloudflare/circl/releases) - [Commits](https://github.com/cloudflare/circl/compare/v1.3.2...v1.3.3) --- updated-dependencies: - dependency-name: github.com/cloudflare/circl dependency-type: indirect ... Signed-off-by: dependabot[bot] --- lib/hpke/scripts/go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/hpke/scripts/go.mod b/lib/hpke/scripts/go.mod index c7ce3bf0..4f328f13 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.2 // indirect - golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa + github.com/cloudflare/circl v1.3.3 + golang.org/x/crypto v0.3.1-0.20221117191849-2c476679df9a )