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 )