Skip to content

Commit 15f2b15

Browse files
committed
go mod fixes (part 2)
1 parent 96f4d3c commit 15f2b15

File tree

2 files changed

+95
-13
lines changed

2 files changed

+95
-13
lines changed

ltcutil/psbt/go.mod

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ go 1.17
44

55
require (
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
)

0 commit comments

Comments
 (0)