Skip to content

Commit

Permalink
chaincfg/chainhash: Prepare v1.0.4.
Browse files Browse the repository at this point in the history
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/[email protected]

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.
  • Loading branch information
davecgh committed Apr 12, 2023
1 parent 9aa79ec commit c63613f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion chaincfg/chainhash/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions chaincfg/chainhash/go.sum
Original file line number Diff line number Diff line change
@@ -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=
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c63613f

Please sign in to comment.