File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,9 @@ require (
2828 github.com/beevik/ntp v0.3.0 // indirect
2929 github.com/benbjohnson/clock v1.3.5 // indirect
3030 github.com/beorn7/perks v1.0.1 // indirect
31- github.com/btcsuite/btcd v0.20.1-beta // indirect
31+ github.com/btcsuite/btcd v0.24.0 // indirect
3232 github.com/btcsuite/btcd/btcec/v2 v2.2.1 // indirect
33+ github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 // indirect
3334 github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d // indirect
3435 github.com/cenkalti/backoff/v4 v4.1.2 // indirect
3536 github.com/cespare/xxhash/v2 v2.2.0 // indirect
Original file line number Diff line number Diff line change @@ -86,10 +86,13 @@ github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6r
8686github.com/bmizerany/pat v0.0.0-20170815010413-6226ea591a40 /go.mod h1:8rLXio+WjiTceGBHIoTvn60HIbs7Hm7bcHjyrSqYB9c =
8787github.com/boltdb/bolt v1.3.1 /go.mod h1:clJnj/oiGkjum5o1McbSZDSLxVThjynRyGBgiAx27Ps =
8888github.com/bradfitz/go-smtpd v0.0.0-20170404230938-deb6d6237625 /go.mod h1:HYsPBTaaSFSlLx/70C2HPIMNZpVV8+vt/A+FMnYP11g =
89- github.com/btcsuite/btcd v0.20.1-beta h1:Ik4hyJqN8Jfyv3S4AGBOmyouMsYE3EdYODkMbQjwPGw =
9089github.com/btcsuite/btcd v0.20.1-beta /go.mod h1:wVuoA8VJLEcwgqHBwHmzLRazpKxTv13Px/pDuV7OomQ =
90+ github.com/btcsuite/btcd v0.24.0 h1:gL3uHE/IaFj6fcZSu03SvqPMSx7s/dPzfpG/atRwWdo =
91+ github.com/btcsuite/btcd v0.24.0 /go.mod h1:K4IDc1593s8jKXIF7yS7yCTSxrknB9z0STzc2j6XgE4 =
9192github.com/btcsuite/btcd/btcec/v2 v2.2.1 h1:xP60mv8fvp+0khmrN0zTdPC3cNm24rfeE6lh2R/Yv3E =
9293github.com/btcsuite/btcd/btcec/v2 v2.2.1 /go.mod h1:9/CSmJxmuvqzX9Wh2fXMWToLOHhPd11lSPuIupwTkI8 =
94+ github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 h1:59Kx4K6lzOW5w6nFlA0v5+lk/6sjybR934QNHSJZPTQ =
95+ github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0 /go.mod h1:7SFka0XMvUgj3hfZtydOrQY2mwhPclbT2snogU7SQQc =
9396github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f /go.mod h1:TdznJufoqS23FtqVCzL0ZqgP5MqXbb4fg/WgDys70nA =
9497github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d h1:yJzD/yFppdVCf6ApMkVy8cUxV0XrxdP9rVf6D87/Mng =
9598github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d /go.mod h1:+5NJ2+qvTyV9exUAL/rxXi3DcLg2Ts+ymUAY5y4NvMg =
You can’t perform that action at this time.
0 commit comments