diff --git a/go.mod b/go.mod index 58d1edc..e194783 100644 --- a/go.mod +++ b/go.mod @@ -9,8 +9,8 @@ require ( github.com/davecgh/go-spew v1.1.1 github.com/gcash/bchd v0.14.8-0.20190821045443-25c2c6011866 github.com/gcash/bchlog v0.0.0-20180913005452-b4f036f92fa6 - github.com/gcash/bchutil v0.0.0-20190820203440-293bde359bbb - github.com/gcash/neutrino v0.0.0-20190903231446-c553a51e39da + github.com/gcash/bchutil v0.0.0-20191012211144-98e73ec336ba + github.com/gcash/neutrino v0.0.0-20191020024352-2cd26ee76bff github.com/golang/protobuf v1.3.2 github.com/jarcoal/httpmock v1.0.4 github.com/jessevdk/go-flags v1.4.0 diff --git a/go.sum b/go.sum index 04d53db..33e458f 100644 --- a/go.sum +++ b/go.sum @@ -31,11 +31,11 @@ github.com/gcash/bchlog v0.0.0-20180913005452-b4f036f92fa6 h1:3pZvWJ8MSfWstGrb8H github.com/gcash/bchlog v0.0.0-20180913005452-b4f036f92fa6/go.mod h1:PpfmXTLfjRp7Tf6v/DCGTRXHz+VFbiRcsoUxi7HvwlQ= github.com/gcash/bchutil v0.0.0-20190625002603-800e62fe9aff h1:QT9Muw3OooirX3cRwFuaXOPR2Lq/1P8ug9yEzW8eaRA= github.com/gcash/bchutil v0.0.0-20190625002603-800e62fe9aff/go.mod h1:zXSP0Fg2L52wpSEDApQDQMiSygnQiK5HDquDl0a5BHg= -github.com/gcash/bchutil v0.0.0-20190820203440-293bde359bbb h1:atsX/9oN0IK+jI13eLzs1ue3wk1m1fqpK149lzyxG5A= -github.com/gcash/bchutil v0.0.0-20190820203440-293bde359bbb/go.mod h1:nUIrcbbtEQdCsRwcp+j/CndDKMQE9Fi8p2F8cIZmIqI= +github.com/gcash/bchutil v0.0.0-20191012211144-98e73ec336ba h1:KVa96lSrJGMYZ414NtYuAlbtCgrmW9kDnjvYXcLrr5A= +github.com/gcash/bchutil v0.0.0-20191012211144-98e73ec336ba/go.mod h1:nUIrcbbtEQdCsRwcp+j/CndDKMQE9Fi8p2F8cIZmIqI= github.com/gcash/bchwallet v0.8.1/go.mod h1:dY8/NgSEv2poJeKVi9F9RfGyp50TjJWCjdJpbPjU2c0= -github.com/gcash/neutrino v0.0.0-20190903231446-c553a51e39da h1:ZMjZo0GwBhpm6CdmbaUOkgVa0f0lbPWAmspoyxfS4Ok= -github.com/gcash/neutrino v0.0.0-20190903231446-c553a51e39da/go.mod h1:NVc/9GZvhgBKFCW1PX7H93okLkYTATgONjWR54jmpF4= +github.com/gcash/neutrino v0.0.0-20191020024352-2cd26ee76bff h1:jELfd1/3mu3c0UFn+MGG00X0p3O1DvzoD5yxeoYuQAw= +github.com/gcash/neutrino v0.0.0-20191020024352-2cd26ee76bff/go.mod h1:397rVRdQoHDq/rSFbOeAUOrMTyCG3hvB8TN+zDRWLm4= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b h1:VKtxabqXZkF25pY9ekfRL6a582T4P37/31XEstQ5p58= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A=