File tree Expand file tree Collapse file tree 2 files changed +95
-13
lines changed
Expand file tree Collapse file tree 2 files changed +95
-13
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ go 1.17
44
55require (
66 github.com/davecgh/go-spew v1.1.1
7- github.com/ltcsuite/ltcd v0.23.5
7+ github.com/ltcsuite/ltcd v0.23.6-0.20250505084124-c37ac1524e04
88 github.com/ltcsuite/ltcd/btcec/v2 v2.3.2
99 github.com/ltcsuite/ltcd/chaincfg/chainhash v1.0.2
10- github.com/ltcsuite/ltcd/ltcutil v1.1.4-0.20250505084124-c37ac1524e04
10+ github.com/ltcsuite/ltcd/ltcutil v1.1.4-0.20250505084546-96f4d3cd9630
1111 github.com/ltcsuite/secp256k1 v0.1.1
1212 github.com/stretchr/testify v1.8.3
1313 lukechampine.com/blake3 v1.2.1
@@ -18,11 +18,9 @@ require (
1818 github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect
1919 github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
2020 github.com/klauspost/cpuid/v2 v2.0.9 // indirect
21- github.com/kr/pretty v0.3 .0 // indirect
21+ github.com/kr/text v0.2 .0 // indirect
2222 github.com/pmezard/go-difflib v1.0.0 // indirect
23- github.com/rogpeppe/go-internal v1.12.0 // indirect
2423 golang.org/x/crypto v0.7.0 // indirect
2524 golang.org/x/sys v0.13.0 // indirect
26- gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
2725 gopkg.in/yaml.v3 v3.0.1 // indirect
2826)
You can’t perform that action at this time.
0 commit comments