diff --git a/go.mod b/go.mod index 3b255e8..9d4a45c 100644 --- a/go.mod +++ b/go.mod @@ -19,7 +19,7 @@ require ( github.com/stretchr/testify v1.8.1 github.com/timshannon/badgerhold/v4 v4.0.2 github.com/vulpemventures/go-bip39 v1.0.2 - github.com/vulpemventures/go-elements v0.5.1 + github.com/vulpemventures/go-elements v0.5.3-rc.0 github.com/vulpemventures/neutrino-elements v0.1.3 golang.org/x/crypto v0.1.0 golang.org/x/net v0.7.0 diff --git a/go.sum b/go.sum index d5ecef6..671b123 100644 --- a/go.sum +++ b/go.sum @@ -1210,8 +1210,8 @@ github.com/vulpemventures/go-bip32 v0.0.0-20200624192635-867c159da4d7 h1:X7DtNv+ github.com/vulpemventures/go-bip32 v0.0.0-20200624192635-867c159da4d7/go.mod h1:Zrvx8XgpWvSPdz1lXnuN083CkoZnzwxBLEB03S8et1I= github.com/vulpemventures/go-bip39 v1.0.2 h1:+BgKOVo04okKf1wA4Fhv8ccvql+qFyzVUdVJKkb48r0= github.com/vulpemventures/go-bip39 v1.0.2/go.mod h1:mjFmuv9D6BtANI6iscMmbHhmBOwjMCFfny3mxHnuDrk= -github.com/vulpemventures/go-elements v0.5.1 h1:F83n7dScOnAnpyH9VgWLdC68Qcva+2EWVzzNuW2UKak= -github.com/vulpemventures/go-elements v0.5.1/go.mod h1:aBGuWXHaiAIUIcwqCdtEh2iQ3kJjKwHU9ywvhlcRSeU= +github.com/vulpemventures/go-elements v0.5.3-rc.0 h1:4HqJVzY6bLjbs1wYBqMMHqn9rUfT18JyX1VI1SwG/S8= +github.com/vulpemventures/go-elements v0.5.3-rc.0/go.mod h1:aBGuWXHaiAIUIcwqCdtEh2iQ3kJjKwHU9ywvhlcRSeU= github.com/vulpemventures/go-secp256k1-zkp v1.1.6 h1:BmsrmXRLUibwa75Qkk8yELjpzCzlAjYFGLiLiOdq7Xo= github.com/vulpemventures/go-secp256k1-zkp v1.1.6/go.mod h1:zo7CpgkuPgoe7fAV+inyxsI9IhGmcoFgyD8nqZaPSOM= github.com/vulpemventures/neutrino-elements v0.1.3 h1:rzg6G1oL2fWodOZ716SOs71JuqttPCjjmig7TrlHrxM=