Skip to content

Commit e0c13ca

Browse files
committed
mod: bump to latest master version of lnd
1 parent 35cb23b commit e0c13ca

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/btcsuite/btclog/v2 v2.0.1-0.20250110154127-3ae4bf1cb318
1010
github.com/btcsuite/btcwallet v0.16.10-0.20241127094224-93c858b2ad63
1111
github.com/btcsuite/btcwallet/wtxmgr v1.5.4
12-
github.com/lightningnetwork/lnd v0.18.0-beta.rc4.0.20250212020202-7b294311bc96
12+
github.com/lightningnetwork/lnd v0.18.0-beta.rc4.0.20250304192711-9feb761b4ec4
1313
github.com/lightningnetwork/lnd/kvdb v1.4.12
1414
github.com/stretchr/testify v1.9.0
1515
google.golang.org/grpc v1.59.0
@@ -188,6 +188,4 @@ require (
188188
// allows us to specify that as an option.
189189
replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-display v1.30.0-hex-display
190190

191-
go 1.22.6
192-
193-
toolchain go1.22.7
191+
go 1.23.6

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,8 +437,8 @@ github.com/lightninglabs/protobuf-go-hex-display v1.30.0-hex-display h1:pRdza2wl
437437
github.com/lightninglabs/protobuf-go-hex-display v1.30.0-hex-display/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
438438
github.com/lightningnetwork/lightning-onion v1.2.1-0.20240712235311-98bd56499dfb h1:yfM05S8DXKhuCBp5qSMZdtSwvJ+GFzl94KbXMNB1JDY=
439439
github.com/lightningnetwork/lightning-onion v1.2.1-0.20240712235311-98bd56499dfb/go.mod h1:c0kvRShutpj3l6B9WtTsNTBUtjSmjZXbJd9ZBRQOSKI=
440-
github.com/lightningnetwork/lnd v0.18.0-beta.rc4.0.20250212020202-7b294311bc96 h1:J2tXuBxK2Y1LFDwtf5Ykj5djpwzVRtMnzHWIjz6dv7U=
441-
github.com/lightningnetwork/lnd v0.18.0-beta.rc4.0.20250212020202-7b294311bc96/go.mod h1:+GycbwMkhxKNcarlXvKIZ+/0Tixwxx12DERwo1z7Fn4=
440+
github.com/lightningnetwork/lnd v0.18.0-beta.rc4.0.20250304192711-9feb761b4ec4 h1:3UfT25sO71q3V7RSb/wE0ruiwk3ex30h7ZvPZ0O2Z80=
441+
github.com/lightningnetwork/lnd v0.18.0-beta.rc4.0.20250304192711-9feb761b4ec4/go.mod h1:5fYMAma+ylPOV+wycJuxSIwPLyRYRqKZTfiqk+59c+s=
442442
github.com/lightningnetwork/lnd/clock v1.1.1 h1:OfR3/zcJd2RhH0RU+zX/77c0ZiOnIMsDIBjgjWdZgA0=
443443
github.com/lightningnetwork/lnd/clock v1.1.1/go.mod h1:mGnAhPyjYZQJmebS7aevElXKTFDuO+uNFFfMXK1W8xQ=
444444
github.com/lightningnetwork/lnd/fn/v2 v2.0.8 h1:r2SLz7gZYQPVc3IZhU82M66guz3Zk2oY+Rlj9QN5S3g=

0 commit comments

Comments
 (0)