From fad0f8f0b2d7ecce722b3d0baaf41b5d20b0f70d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 14:10:36 +0000 Subject: [PATCH] chore(deps): bump golang.org/x/crypto from 0.21.0 to 0.52.0 in /hcl Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.21.0 to 0.52.0. - [Commits](https://github.com/golang/crypto/compare/v0.21.0...v0.52.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.52.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- hcl/go.mod | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/hcl/go.mod b/hcl/go.mod index 8c622e1..7aa8ea9 100644 --- a/hcl/go.mod +++ b/hcl/go.mod @@ -1,6 +1,6 @@ module github.com/chronicleprotocol/go-lib/hcl -go 1.24.0 +go 1.25.0 require ( github.com/chronicleprotocol/ecies v0.0.0-20241017151548-381690fa1131 @@ -10,7 +10,7 @@ require ( github.com/hashicorp/hcl/v2 v2.23.0 github.com/stretchr/testify v1.10.0 github.com/zclconf/go-cty v1.16.2 - golang.org/x/mod v0.24.0 + golang.org/x/mod v0.35.0 ) require ( @@ -28,9 +28,10 @@ require ( github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/tyler-smith/go-bip39 v1.1.0 // indirect - golang.org/x/crypto v0.21.0 // indirect - golang.org/x/sys v0.18.0 // indirect - golang.org/x/text v0.14.0 // indirect - golang.org/x/tools v0.13.0 // indirect + golang.org/x/crypto v0.52.0 // indirect + golang.org/x/sync v0.20.0 // indirect + golang.org/x/sys v0.45.0 // indirect + golang.org/x/text v0.37.0 // indirect + golang.org/x/tools v0.44.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect )