Skip to content

Commit 298fa17

Browse files
committed
update LND for SendOnion/TrackOnion PR
1 parent 19c6759 commit 298fa17

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,6 @@ toolchain go1.22.7
214214

215215
replace (
216216
github.com/lightninglabs/aperture => github.com/ellemouton/aperture v0.0.0-20241027051805-8cd28634e3bc
217-
github.com/lightninglabs/lndclient => github.com/ellemouton/lndclient v1.0.1-0.20241023065244-170dbf90b579
218-
github.com/lightningnetwork/lnd => github.com/ellemouton/lnd v0.8.0-beta-rc3.0.20241026121832-a03d5fcb9e11
217+
github.com/lightninglabs/lndclient => github.com/starius/lndclient v0.0.0-20241023065244-170dbf90b579
218+
github.com/lightningnetwork/lnd => github.com/starius/lnd v0.18.3-beta.gm2.0.20241029153602-0c231f9d1545
219219
)

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -781,10 +781,6 @@ github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkp
781781
github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
782782
github.com/ellemouton/aperture v0.0.0-20241027051805-8cd28634e3bc h1:/TldIQ39pY879I6544R7p7tSURI52sTrLY2M6CNTaeo=
783783
github.com/ellemouton/aperture v0.0.0-20241027051805-8cd28634e3bc/go.mod h1:rOetkvJdd66Ctg9fMAuw1492xcvw10uCvKu0AfrxAO4=
784-
github.com/ellemouton/lnd v0.8.0-beta-rc3.0.20241026121832-a03d5fcb9e11 h1:WaKXIKKKVulx4xlIepGH+EJalMqq+khDWkQgdXpxrqk=
785-
github.com/ellemouton/lnd v0.8.0-beta-rc3.0.20241026121832-a03d5fcb9e11/go.mod h1:AAijN90Q69V+vPQ7rSaf7Ui7KGdLBU7g7XKnQb2apw8=
786-
github.com/ellemouton/lndclient v1.0.1-0.20241023065244-170dbf90b579 h1:VBfkVqSHpr7d0ZCX8kmSlPKb/yfwCfmlqPP5eQmndfc=
787-
github.com/ellemouton/lndclient v1.0.1-0.20241023065244-170dbf90b579/go.mod h1:YBHDD/95qTbfpmKJMwSEDhJT9b3lMx8SDzwWetpYQgg=
788784
github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
789785
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
790786
github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98=
@@ -1296,6 +1292,10 @@ github.com/spf13/afero v1.6.0/go.mod h1:Ai8FlHk4v/PARR026UzYexafAt9roJ7LcLMAmO6Z
12961292
github.com/spf13/afero v1.9.2/go.mod h1:iUV7ddyEEZPO5gA3zD4fJt6iStLlL+Lg4m2cihcDf8Y=
12971293
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
12981294
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
1295+
github.com/starius/lnd v0.18.3-beta.gm2.0.20241029153602-0c231f9d1545 h1:6OT7bmzKD4ZVkK2m5wtt8ZG9E+h7KQMcXdKlIXTl1eE=
1296+
github.com/starius/lnd v0.18.3-beta.gm2.0.20241029153602-0c231f9d1545/go.mod h1:AAijN90Q69V+vPQ7rSaf7Ui7KGdLBU7g7XKnQb2apw8=
1297+
github.com/starius/lndclient v0.0.0-20241023065244-170dbf90b579 h1:lHu5YvPUGb6JaUDGq8E8FVLgbQq3ohuI4kaVB1k0KPY=
1298+
github.com/starius/lndclient v0.0.0-20241023065244-170dbf90b579/go.mod h1:YBHDD/95qTbfpmKJMwSEDhJT9b3lMx8SDzwWetpYQgg=
12991299
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
13001300
github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
13011301
github.com/stretchr/objx v0.2.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE=

0 commit comments

Comments
 (0)