Skip to content

Commit

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

The full list of updated direct dependencies since the previous
gcs/v3.0.0 release are as follows:

- github.com/dchest/[email protected]
- github.com/decred/dcrd/blockchain/stake/[email protected]
- github.com/decred/dcrd/chaincfg/[email protected]
- github.com/decred/dcrd/crypto/[email protected]
- github.com/decred/dcrd/txscript/[email protected]
- github.com/decred/dcrd/[email protected]

The full list of updated indirect dependencies since the previous
gcs/v3.0.0 release are as follows:

- github.com/agl/[email protected]
- github.com/decred/[email protected]
- github.com/decred/dcrd/chaincfg/[email protected]
- github.com/decred/dcrd/crypto/[email protected]
- github.com/decred/dcrd/database/[email protected]
- github.com/decred/dcrd/[email protected]
- github.com/decred/dcrd/dcrec/edwards/[email protected]
- github.com/decred/dcrd/dcrec/secp256k1/[email protected]
- github.com/decred/dcrd/dcrutil/[email protected]
- github.com/decred/[email protected]
- github.com/klauspost/cpuid/[email protected]
- lukechampine.com/[email protected]

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 Jun 8, 2023
1 parent 7d41e14 commit 2c6e4b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gcs/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,3 @@ require (
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
lukechampine.com/blake3 v1.2.1 // indirect
)

replace github.com/decred/dcrd/blockchain/stake/v5 => ../blockchain/stake
2 changes: 2 additions & 0 deletions gcs/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ github.com/dchest/siphash v1.2.3 h1:QXwFc8cFOR2dSa/gE6o/HokBMWtLUaNDVd+22aKHeEA=
github.com/dchest/siphash v1.2.3/go.mod h1:0NvQU092bT0ipiFN++/rXm69QG9tVxLAlQHIXMPAkHc=
github.com/decred/base58 v1.0.5 h1:hwcieUM3pfPnE/6p3J100zoRfGkQxBulZHo7GZfOqic=
github.com/decred/base58 v1.0.5/go.mod h1:s/8lukEHFA6bUQQb/v3rjUySJ2hu+RioCzLukAVkrfw=
github.com/decred/dcrd/blockchain/stake/v5 v5.0.0 h1:WyxS8zMvTMpC5qYC9uJY+UzuV/x9ko4z20qBtH5Hzzs=
github.com/decred/dcrd/blockchain/stake/v5 v5.0.0/go.mod h1:5sSjMq9THpnrLkW0SjEqIBIo8qq2nXzc+m7k9oFVVmY=
github.com/decred/dcrd/chaincfg/chainhash v1.0.4 h1:zRCv6tdncLfLTKYqu7hrXvs7hW+8FO/NvwoFvGsrluU=
github.com/decred/dcrd/chaincfg/chainhash v1.0.4/go.mod h1:hA86XxlBWwHivMvxzXTSD0ZCG/LoYsFdWnCekkTMCqY=
github.com/decred/dcrd/chaincfg/v3 v3.2.0 h1:6WxA92AGBkycEuWvxtZMvA76FbzbkDRoK8OGbsR2muk=
Expand Down

0 comments on commit 2c6e4b7

Please sign in to comment.