Skip to content

Commit

Permalink
build: release dashd-go 0.26.0, btcec 2.2.0, btcutil 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Dec 18, 2024
1 parent b60fa29 commit 0673f3e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion btcec/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down
4 changes: 2 additions & 2 deletions btcutil/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions btcutil/psbt/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0673f3e

Please sign in to comment.