From b4fab9efd838469f718fc943f2f19828d7829b49 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Wed, 12 Apr 2023 12:43:47 -0500 Subject: [PATCH] chaincfg/chainhash: Prepare v1.0.4. This updates the chaincfg/chainhash module to use the latest blake256 module dependency and serves as a base for chaincfg/chainhash/v1.0.4. The updated direct dependencies in this commit are as follows: - github.com/decred/dcrd/crypto/blake256@v1.0.1 The full list of updated direct dependencies since the previous chaincfg/chainhash/v1.0.3 release are the same as above. Finally, all modules in the repository that depend on the module are tidied to ensure they are updated to use the latest versions hoisted forward as a result. --- chaincfg/chainhash/go.mod | 2 +- chaincfg/chainhash/go.sum | 4 ++-- go.mod | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chaincfg/chainhash/go.mod b/chaincfg/chainhash/go.mod index 1172270fcc..6598c60541 100644 --- a/chaincfg/chainhash/go.mod +++ b/chaincfg/chainhash/go.mod @@ -2,4 +2,4 @@ module github.com/decred/dcrd/chaincfg/chainhash go 1.17 -require github.com/decred/dcrd/crypto/blake256 v1.0.0 +require github.com/decred/dcrd/crypto/blake256 v1.0.1 diff --git a/chaincfg/chainhash/go.sum b/chaincfg/chainhash/go.sum index 1687242df6..e05991dd58 100644 --- a/chaincfg/chainhash/go.sum +++ b/chaincfg/chainhash/go.sum @@ -1,2 +1,2 @@ -github.com/decred/dcrd/crypto/blake256 v1.0.0 h1:/8DMNYp9SGi5f0w7uCm6d6M4OU2rGFK09Y2A4Xv7EE0= -github.com/decred/dcrd/crypto/blake256 v1.0.0/go.mod h1:sQl2p6Y26YV+ZOcSTP6thNdn47hh8kt6rqSlvmrXFAc= +github.com/decred/dcrd/crypto/blake256 v1.0.1 h1:7PltbUIQB7u/FfZ39+DGa/ShuMyJ5ilcvdfma9wOH6Y= +github.com/decred/dcrd/crypto/blake256 v1.0.1/go.mod h1:2OfgNZ5wDpcsFmHmCK5gZTPcCXqlm2ArzUIkw9czNJo= diff --git a/go.mod b/go.mod index e329bcfbbf..d80d04673e 100644 --- a/go.mod +++ b/go.mod @@ -15,7 +15,7 @@ require ( github.com/decred/dcrd/chaincfg/v3 v3.1.1 github.com/decred/dcrd/connmgr/v3 v3.1.0 github.com/decred/dcrd/container/apbf v1.0.0 - github.com/decred/dcrd/crypto/blake256 v1.0.0 + github.com/decred/dcrd/crypto/blake256 v1.0.1 github.com/decred/dcrd/crypto/ripemd160 v1.0.1 github.com/decred/dcrd/database/v3 v3.0.0 github.com/decred/dcrd/dcrec v1.0.0