Skip to content

Commit

Permalink
peer: Prepare v3.1.3.
Browse files Browse the repository at this point in the history
This updates the peer module dependencies and serves as a base for
peer/v3.1.3.

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
peer/v3.1.2 release are the same as above.

Finally, all modules in the repository are tidied to ensure they are
updated to use the latest versions hoisted forward as a result.
  • Loading branch information
davecgh committed Nov 11, 2024
1 parent 9be537a commit 719cb58
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/decred/dcrd/connmgr/v3 v3.1.2
github.com/decred/dcrd/container/apbf v1.0.1
github.com/decred/dcrd/container/lru v1.0.0
github.com/decred/dcrd/crypto/blake256 v1.0.1
github.com/decred/dcrd/crypto/blake256 v1.1.0
github.com/decred/dcrd/crypto/rand v1.0.0
github.com/decred/dcrd/crypto/ripemd160 v1.0.2
github.com/decred/dcrd/database/v3 v3.0.2
Expand Down
2 changes: 1 addition & 1 deletion peer/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/davecgh/go-spew v1.1.1
github.com/decred/dcrd/chaincfg/chainhash v1.0.4
github.com/decred/dcrd/container/lru v1.0.0
github.com/decred/dcrd/crypto/blake256 v1.0.1
github.com/decred/dcrd/crypto/blake256 v1.1.0
github.com/decred/dcrd/crypto/rand v1.0.0
github.com/decred/dcrd/txscript/v4 v4.1.1
github.com/decred/dcrd/wire v1.7.0
Expand Down
4 changes: 2 additions & 2 deletions peer/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ github.com/decred/dcrd/chaincfg/chainhash v1.0.4 h1:zRCv6tdncLfLTKYqu7hrXvs7hW+8
github.com/decred/dcrd/chaincfg/chainhash v1.0.4/go.mod h1:hA86XxlBWwHivMvxzXTSD0ZCG/LoYsFdWnCekkTMCqY=
github.com/decred/dcrd/container/lru v1.0.0 h1:7foQymtbu18aQWYiY9RnNIeE+kvpiN+fiBQ3+viyJjI=
github.com/decred/dcrd/container/lru v1.0.0/go.mod h1:vlPwj0l+IzAHhQSsbgQnJgO5Cte78+yI065V+Mc5PRQ=
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=
github.com/decred/dcrd/crypto/blake256 v1.1.0 h1:zPMNGQCm0g4QTY27fOCorQW7EryeQ/U0x++OzVrdms8=
github.com/decred/dcrd/crypto/blake256 v1.1.0/go.mod h1:2OfgNZ5wDpcsFmHmCK5gZTPcCXqlm2ArzUIkw9czNJo=
github.com/decred/dcrd/crypto/rand v1.0.0 h1:Ah9Asl36OZt09sGSMbJZuL1HfwGdlC38q/ZUeLDVKRg=
github.com/decred/dcrd/crypto/rand v1.0.0/go.mod h1:coa7BbxSTiKH6esi257plGfMFYuGL4MTbQlLYnOdzpE=
github.com/decred/dcrd/crypto/ripemd160 v1.0.2 h1:TvGTmUBHDU75OHro9ojPLK+Yv7gDl2hnUvRocRCjsys=
Expand Down

0 comments on commit 719cb58

Please sign in to comment.