From d3443646cbe374eb87794d2c12c438937c50edbb Mon Sep 17 00:00:00 2001 From: zeekay Date: Sun, 26 Jul 2026 10:13:35 -0700 Subject: [PATCH] chore: sync working tree Commits 1 outstanding change(s) that were sitting uncommitted. No build artifacts and no secrets in the changeset (both checked). --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 2f0f4ef..6cd4e7e 100644 --- a/go.mod +++ b/go.mod @@ -3,9 +3,9 @@ module github.com/luxfi/go-bip32 go 1.26.4 require ( - github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 + github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.1 github.com/stretchr/testify v1.11.1 - golang.org/x/crypto v0.48.0 + golang.org/x/crypto v0.53.0 ) require (