diff --git a/btcec/go.mod b/btcec/go.mod index c8077bf524..910ea8aa5e 100644 --- a/btcec/go.mod +++ b/btcec/go.mod @@ -3,7 +3,7 @@ module github.com/dashpay/dashd-go/btcec/v2 go 1.23 require ( - github.com/dashpay/dashd-go v0.24.0 + github.com/dashpay/dashd-go v0.26.0 github.com/davecgh/go-spew v1.1.1 github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 ) diff --git a/btcutil/go.mod b/btcutil/go.mod index c597963726..ea67cd66ff 100644 --- a/btcutil/go.mod +++ b/btcutil/go.mod @@ -6,8 +6,8 @@ toolchain go1.23.2 require ( github.com/aead/siphash v1.0.1 - github.com/dashpay/dashd-go v0.24.0 - github.com/dashpay/dashd-go/btcec/v2 v2.1.0 + github.com/dashpay/dashd-go v0.26.0 + github.com/dashpay/dashd-go/btcec/v2 v2.2.0 github.com/davecgh/go-spew v1.1.1 github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 github.com/kkdai/bstream v1.0.0 diff --git a/btcutil/psbt/go.mod b/btcutil/psbt/go.mod index 7bf5cc25af..57b0e3c004 100644 --- a/btcutil/psbt/go.mod +++ b/btcutil/psbt/go.mod @@ -5,9 +5,9 @@ go 1.23 toolchain go1.23.2 require ( - github.com/dashpay/dashd-go v0.24.0 - github.com/dashpay/dashd-go/btcec/v2 v2.1.0 - github.com/dashpay/dashd-go/btcutil v1.2.0 + github.com/dashpay/dashd-go v0.26.0 + github.com/dashpay/dashd-go/btcec/v2 v2.2.0 + github.com/dashpay/dashd-go/btcutil v1.3.0 github.com/davecgh/go-spew v1.1.1 ) diff --git a/go.mod b/go.mod index d632dbf192..2cae6c49e3 100644 --- a/go.mod +++ b/go.mod @@ -6,8 +6,8 @@ require ( github.com/btcsuite/goleveldb v1.0.0 github.com/btcsuite/websocket v0.0.0-20150119174127-31079b680792 github.com/btcsuite/winsvc v1.0.0 - github.com/dashpay/dashd-go/btcec/v2 v2.1.0 - github.com/dashpay/dashd-go/btcutil v1.2.0 + github.com/dashpay/dashd-go/btcec/v2 v2.2.0 + github.com/dashpay/dashd-go/btcutil v1.3.0 github.com/davecgh/go-spew v1.1.1 github.com/decred/dcrd/lru v1.1.3 github.com/jessevdk/go-flags v1.6.1