Skip to content

Commit

Permalink
Prepare v1.8.0 release
Browse files Browse the repository at this point in the history
This prepares dcrwallet for an upcoming v1.8.0 release (and v3.0.0 module tag).
With the exception of vspd submodules, this bumps all Decred modules to their
latest versions.
  • Loading branch information
jrick committed Jun 9, 2023
1 parent 3a52f00 commit 92529a4
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 62 deletions.
41 changes: 18 additions & 23 deletions go.mod
Expand Up @@ -3,26 +3,26 @@ module decred.org/dcrwallet/v3
go 1.17

require (
decred.org/cspp/v2 v2.0.0
github.com/decred/dcrd/addrmgr/v2 v2.0.1
decred.org/cspp/v2 v2.1.0
github.com/decred/dcrd/addrmgr/v2 v2.0.2
github.com/decred/dcrd/blockchain/stake/v5 v5.0.0
github.com/decred/dcrd/blockchain/standalone/v2 v2.2.0
github.com/decred/dcrd/blockchain/v5 v5.0.0-20230523014406-32f0544d4f85
github.com/decred/dcrd/blockchain/v5 v5.0.0
github.com/decred/dcrd/certgen v1.1.2
github.com/decred/dcrd/chaincfg/chainhash v1.0.4
github.com/decred/dcrd/chaincfg/v3 v3.1.2-0.20230607154737-85e3701a67fa
github.com/decred/dcrd/connmgr/v3 v3.1.0
github.com/decred/dcrd/chaincfg/v3 v3.2.0
github.com/decred/dcrd/connmgr/v3 v3.1.1
github.com/decred/dcrd/crypto/blake256 v1.0.1
github.com/decred/dcrd/crypto/ripemd160 v1.0.2
github.com/decred/dcrd/dcrec v1.0.1
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0
github.com/decred/dcrd/dcrjson/v4 v4.0.1
github.com/decred/dcrd/dcrutil/v4 v4.0.0
github.com/decred/dcrd/dcrutil/v4 v4.0.1
github.com/decred/dcrd/gcs/v4 v4.0.0
github.com/decred/dcrd/hdkeychain/v3 v3.1.0
github.com/decred/dcrd/hdkeychain/v3 v3.1.1
github.com/decred/dcrd/rpc/jsonrpc/types/v4 v4.0.0
github.com/decred/dcrd/rpcclient/v8 v8.0.0-20230523014406-32f0544d4f85
github.com/decred/dcrd/txscript/v4 v4.0.0
github.com/decred/dcrd/rpcclient/v8 v8.0.0
github.com/decred/dcrd/txscript/v4 v4.1.0
github.com/decred/dcrd/wire v1.6.0
github.com/decred/go-socks v1.1.0
github.com/decred/slog v1.2.0
Expand All @@ -34,31 +34,26 @@ require (
github.com/jrick/logrotate v1.0.0
github.com/jrick/wsrpc/v2 v2.3.5
go.etcd.io/bbolt v1.3.7
golang.org/x/crypto v0.6.0
golang.org/x/crypto v0.7.0
golang.org/x/sync v0.1.0
golang.org/x/term v0.5.0
golang.org/x/term v0.6.0
google.golang.org/grpc v1.45.0
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.2.0
google.golang.org/protobuf v1.27.1
)

replace (
github.com/decred/dcrd/blockchain/stake/v5 => github.com/decred/dcrd/blockchain/stake/v5 v5.0.0-20221022042529-0a0cc3b3bf92
github.com/decred/dcrd/gcs/v4 => github.com/decred/dcrd/gcs/v4 v4.0.0-20221022042529-0a0cc3b3bf92
)

require (
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 // indirect
github.com/companyzero/sntrup4591761 v0.0.0-20200131011700-2b0d299dbd22 // indirect
github.com/companyzero/sntrup4591761 v0.0.0-20220309191932-9e0f3af2f07a // indirect
github.com/dchest/siphash v1.2.3 // indirect
github.com/decred/base58 v1.0.4 // indirect
github.com/decred/dcrd/database/v3 v3.0.0 // indirect
github.com/decred/dcrd/dcrec/edwards/v2 v2.0.2 // indirect
github.com/decred/base58 v1.0.5 // indirect
github.com/decred/dcrd/database/v3 v3.0.1 // indirect
github.com/decred/dcrd/dcrec/edwards/v2 v2.0.3 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
golang.org/x/net v0.6.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
lukechampine.com/blake3 v1.2.1 // indirect
)

0 comments on commit 92529a4

Please sign in to comment.