File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ require (
17
17
github.com/jessevdk/go-flags v1.4.0
18
18
github.com/lightninglabs/aperture v0.1.20-beta
19
19
github.com/lightninglabs/lndclient v0.16.0-10
20
- github.com/lightninglabs/loop/swapserverrpc v1.0.1
20
+ github.com/lightninglabs/loop/swapserverrpc v1.0.4
21
21
github.com/lightninglabs/protobuf-hex-display v1.4.3-hex-display
22
22
github.com/lightningnetwork/lnd v0.16.0-beta
23
23
github.com/lightningnetwork/lnd/cert v1.2.1
@@ -171,9 +171,6 @@ require (
171
171
sigs.k8s.io/yaml v1.2.0 // indirect
172
172
)
173
173
174
- // TODO(bhandras): remove when the next swapserverrpc is tagged.
175
- replace github.com/lightninglabs/loop/swapserverrpc => ./swapserverrpc
176
-
177
174
// We need to use grpc v1.39.0 because of a change in how HTTP errors are
178
175
// formatted and sent to the client. This change was introduced in grpc v1.40.0
179
176
// with https://github.com/grpc/grpc-go/pull/4474.
Original file line number Diff line number Diff line change @@ -383,6 +383,8 @@ github.com/lightninglabs/gozmq v0.0.0-20191113021534-d20a764486bf h1:HZKvJUHlcXI
383
383
github.com/lightninglabs/gozmq v0.0.0-20191113021534-d20a764486bf /go.mod h1:vxmQPeIQxPf6Jf9rM8R+B4rKBqLA2AjttNxkFBL2Plk =
384
384
github.com/lightninglabs/lndclient v0.16.0-10 h1:cMBJNfssBQtpgYIu23QLP/qw0ijiT5SBZffnXz8zjJk =
385
385
github.com/lightninglabs/lndclient v0.16.0-10 /go.mod h1:mqY0znSNa+M40HZowwKfno29RyZnmxoqo++BlYP82EY =
386
+ github.com/lightninglabs/loop/swapserverrpc v1.0.4 h1:cEX+mt7xmQlEbmuQ52vOBT7l+a471v94ofdJbB6MmXs =
387
+ github.com/lightninglabs/loop/swapserverrpc v1.0.4 /go.mod h1:imy1/sqnb70EEyBKMo4pHwwLBPW8uYahWZ8s+1Xcq1o =
386
388
github.com/lightninglabs/neutrino v0.15.0 h1:yr3uz36fLAq8hyM0TRUVlef1TRNoWAqpmmNlVtKUDtI =
387
389
github.com/lightninglabs/neutrino v0.15.0 /go.mod h1:pmjwElN/091TErtSE9Vd5W4hpxoG2/+xlb+HoPm9Gug =
388
390
github.com/lightninglabs/neutrino/cache v1.1.1 h1:TllWOSlkABhpgbWJfzsrdUaDH2fBy/54VSIB4vVqV8M =
You can’t perform that action at this time.
0 commit comments