diff --git a/go.mod b/go.mod index c5d3e55..d635e90 100644 --- a/go.mod +++ b/go.mod @@ -22,7 +22,7 @@ require ( github.com/stretchr/testify v1.7.2 github.com/urfave/cli/v2 v2.3.0 github.com/vulpemventures/go-bip39 v1.0.2 - github.com/vulpemventures/go-elements v0.4.0-rc.1 + github.com/vulpemventures/go-elements v0.4.0 ) require ( diff --git a/go.sum b/go.sum index 927105d..66633bb 100644 --- a/go.sum +++ b/go.sum @@ -1175,8 +1175,8 @@ github.com/vulpemventures/fastsha256 v0.0.0-20160815193821-637e65642941 h1:CTcw8 github.com/vulpemventures/fastsha256 v0.0.0-20160815193821-637e65642941/go.mod h1:GXBJykxW2kUcktGdsgyay7uwwWvkljASfljNcT0mbh8= 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.4.0-rc.1 h1:Cgt2pwSHLNiP5JuaXgG6aXhgH/yfG15At1nTTFTxJOU= -github.com/vulpemventures/go-elements v0.4.0-rc.1/go.mod h1:S7wy2QnrC2ElCZOscYMU2PYnnXRmuBQYfLMQGMVBqMg= +github.com/vulpemventures/go-elements v0.4.0 h1:oTuXIAyvJTMq8ccWwKfDiILJa9la+DPYeqX+rH/dgWc= +github.com/vulpemventures/go-elements v0.4.0/go.mod h1:S7wy2QnrC2ElCZOscYMU2PYnnXRmuBQYfLMQGMVBqMg= github.com/vulpemventures/go-secp256k1-zkp v1.1.5 h1:oG1kO8ibVQ1wOvYcnFyuI+2YqnEZluXdRwkOPJlHBQM= github.com/vulpemventures/go-secp256k1-zkp v1.1.5/go.mod h1:zo7CpgkuPgoe7fAV+inyxsI9IhGmcoFgyD8nqZaPSOM= github.com/willf/bitset v1.1.11-0.20200630133818-d5bec3311243/go.mod h1:RjeCKbqT1RxIR/KWY6phxZiaY1IyutSBfGjNPySAYV4=