From 1167dd6ab8d0d9d9727f7c31d211101bca0fecc7 Mon Sep 17 00:00:00 2001 From: shotonoff Date: Thu, 3 Mar 2022 12:03:38 +0100 Subject: [PATCH] wip --- go.mod | 2 +- go.sum | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 571d487cab..74b725c2b2 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792 github.com/btcsuite/winsvc v1.0.0 github.com/dashevo/dashd-go/btcec/v2 v2.0.5 - github.com/dashevo/dashd-go/btcutil v1.0.0-test.1 + github.com/dashevo/dashd-go/btcutil v1.1.1 github.com/davecgh/go-spew v1.1.1 github.com/decred/dcrd/lru v1.0.0 github.com/jessevdk/go-flags v1.4.0 diff --git a/go.sum b/go.sum index 0ff808a870..726c911724 100644 --- a/go.sum +++ b/go.sum @@ -15,6 +15,7 @@ github.com/btcsuite/winsvc v1.0.0/go.mod h1:jsenWakMcC0zFBFurPLEAyrnc/teJEM1O46f github.com/dashevo/dashd-go v0.23.0-test.7/go.mod h1:vc45V5rc4L4uA8ccXwyj6uuAcXQ0sdrZZiqKCkAhpps= github.com/dashevo/dashd-go v0.23.0-test.8/go.mod h1:OLSRGjMkJbTVHVDDaAYOJ0ronCLDBe7AV02BzHo40VE= github.com/dashevo/dashd-go v0.23.2/go.mod h1:GaTY1dpsl+KkfQwW6APnMim9YUx78XiyDIwn3aVN4Rk= +github.com/dashevo/dashd-go v0.23.3/go.mod h1:+oo4XZA9z6HjWatY+kCnXV/Xr2gsqY0hrN3eKtmBC5A= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/decred/dcrd/crypto/blake256 v1.0.0 h1:/8DMNYp9SGi5f0w7uCm6d6M4OU2rGFK09Y2A4Xv7EE0=