From 02f05fefd99c65ae41aebad09d7c2838e05feda8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 21:24:00 +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.7 to 1.6.1. - [Release notes](https://github.com/cloudflare/circl/releases) - [Commits](https://github.com/cloudflare/circl/compare/v1.3.7...v1.6.1) --- updated-dependencies: - dependency-name: github.com/cloudflare/circl dependency-version: 1.6.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lib/hpke/scripts/go.mod | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/hpke/scripts/go.mod b/lib/hpke/scripts/go.mod index 703a2434..ace48372 100644 --- a/lib/hpke/scripts/go.mod +++ b/lib/hpke/scripts/go.mod @@ -1,9 +1,11 @@ module main -go 1.16 +go 1.23.0 require ( github.com/cisco/go-tls-syntax v0.0.0-20200617162716-46b0cfb76b9b - github.com/cloudflare/circl v1.3.7 + github.com/cloudflare/circl v1.6.1 golang.org/x/crypto v0.35.0 ) + +require golang.org/x/sys v0.30.0 // indirect