Skip to content

Commit 7b29139

Browse files
committed
go.mod: pin to loop pr
1 parent 43642ef commit 7b29139

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

go.mod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,10 @@ require (
209209
// allows us to specify that as an option.
210210
replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-display v1.34.2-hex-display
211211

212-
replace github.com/lightninglabs/loop/swapserverrpc => ./swapserverrpc
212+
replace github.com/lightninglabs/loop => github.com/sputn1ck/loop v0.18.0-beta.0.20250408074111-c8bd6738ae6a
213213

214-
replace github.com/lightninglabs/loop/looprpc => ./looprpc
214+
replace github.com/lightninglabs/loop/looprpc => github.com/sputn1ck/loop/looprpc v0.0.0-20250408074111-c8bd6738ae6a
215+
216+
replace github.com/lightninglabs/loop/swapserverrpc => github.com/sputn1ck/loop/swapserverrpc v1.0.2-0.20250408074111-c8bd6738ae6a
215217

216218
go 1.23.6

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1310,6 +1310,10 @@ github.com/spf13/afero v1.6.0/go.mod h1:Ai8FlHk4v/PARR026UzYexafAt9roJ7LcLMAmO6Z
13101310
github.com/spf13/afero v1.9.2/go.mod h1:iUV7ddyEEZPO5gA3zD4fJt6iStLlL+Lg4m2cihcDf8Y=
13111311
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
13121312
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
1313+
github.com/sputn1ck/loop/looprpc v0.0.0-20250408074111-c8bd6738ae6a h1:yux+LA/u/szNb3U2WxCi7fQeurCdbMFLXmyNondJHmU=
1314+
github.com/sputn1ck/loop/looprpc v0.0.0-20250408074111-c8bd6738ae6a/go.mod h1:xXFOYrcGuXpd8Ev/2PRLxB4XF8m+s+X4vs0fDmX++1A=
1315+
github.com/sputn1ck/loop/swapserverrpc v1.0.2-0.20250408074111-c8bd6738ae6a h1:FwqzmWyc3iUg3aNznZri3sU6Hcn77vq7G129dVeY9/c=
1316+
github.com/sputn1ck/loop/swapserverrpc v1.0.2-0.20250408074111-c8bd6738ae6a/go.mod h1:Ml3gMwe/iTRLvu1QGGZzXcr0DYSa9sJGwKPktLaWtwE=
13131317
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
13141318
github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
13151319
github.com/stretchr/objx v0.2.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE=

0 commit comments

Comments
 (0)