File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -209,8 +209,10 @@ require (
209209// allows us to specify that as an option.
210210replace 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
216218go 1.23.6
Original file line number Diff line number Diff line change @@ -1310,6 +1310,10 @@ github.com/spf13/afero v1.6.0/go.mod h1:Ai8FlHk4v/PARR026UzYexafAt9roJ7LcLMAmO6Z
13101310github.com/spf13/afero v1.9.2 /go.mod h1:iUV7ddyEEZPO5gA3zD4fJt6iStLlL+Lg4m2cihcDf8Y =
13111311github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA =
13121312github.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 =
13131317github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
13141318github.com/stretchr/objx v0.1.1 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
13151319github.com/stretchr/objx v0.2.0 /go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE =
You can’t perform that action at this time.
0 commit comments