From 9ef37adcac88a6318b1529b09f2c3235605a0b5f Mon Sep 17 00:00:00 2001 From: "figure-renovate[bot]" <108099378+figure-renovate[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 18:00:34 +0000 Subject: [PATCH] Update module golang.org/x/crypto from `v0.9.0` to `v0.52.0` [SECURITY] --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index eba656d..59c5e2e 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/stretchr/testify v1.8.2 github.com/tyler-smith/go-bip32 v1.0.0 github.com/tyler-smith/go-bip39 v1.1.0 - golang.org/x/crypto v0.9.0 + golang.org/x/crypto v0.52.0 gopkg.in/yaml.v3 v3.0.1 )