mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
Merge pull request #563 from guggero/remove-swapserverrpc-replace
Remove swapserverrpc replace
This commit is contained in:
commit
257b5f212d
2 changed files with 3 additions and 4 deletions
5
go.mod
5
go.mod
|
|
@ -17,7 +17,7 @@ require (
|
|||
github.com/jessevdk/go-flags v1.4.0
|
||||
github.com/lightninglabs/aperture v0.1.20-beta
|
||||
github.com/lightninglabs/lndclient v0.16.0-10
|
||||
github.com/lightninglabs/loop/swapserverrpc v1.0.1
|
||||
github.com/lightninglabs/loop/swapserverrpc v1.0.4
|
||||
github.com/lightninglabs/protobuf-hex-display v1.4.3-hex-display
|
||||
github.com/lightningnetwork/lnd v0.16.0-beta
|
||||
github.com/lightningnetwork/lnd/cert v1.2.1
|
||||
|
|
@ -171,9 +171,6 @@ require (
|
|||
sigs.k8s.io/yaml v1.2.0 // indirect
|
||||
)
|
||||
|
||||
// TODO(bhandras): remove when the next swapserverrpc is tagged.
|
||||
replace github.com/lightninglabs/loop/swapserverrpc => ./swapserverrpc
|
||||
|
||||
// We need to use grpc v1.39.0 because of a change in how HTTP errors are
|
||||
// formatted and sent to the client. This change was introduced in grpc v1.40.0
|
||||
// with https://github.com/grpc/grpc-go/pull/4474.
|
||||
|
|
|
|||
2
go.sum
2
go.sum
|
|
@ -383,6 +383,8 @@ github.com/lightninglabs/gozmq v0.0.0-20191113021534-d20a764486bf h1:HZKvJUHlcXI
|
|||
github.com/lightninglabs/gozmq v0.0.0-20191113021534-d20a764486bf/go.mod h1:vxmQPeIQxPf6Jf9rM8R+B4rKBqLA2AjttNxkFBL2Plk=
|
||||
github.com/lightninglabs/lndclient v0.16.0-10 h1:cMBJNfssBQtpgYIu23QLP/qw0ijiT5SBZffnXz8zjJk=
|
||||
github.com/lightninglabs/lndclient v0.16.0-10/go.mod h1:mqY0znSNa+M40HZowwKfno29RyZnmxoqo++BlYP82EY=
|
||||
github.com/lightninglabs/loop/swapserverrpc v1.0.4 h1:cEX+mt7xmQlEbmuQ52vOBT7l+a471v94ofdJbB6MmXs=
|
||||
github.com/lightninglabs/loop/swapserverrpc v1.0.4/go.mod h1:imy1/sqnb70EEyBKMo4pHwwLBPW8uYahWZ8s+1Xcq1o=
|
||||
github.com/lightninglabs/neutrino v0.15.0 h1:yr3uz36fLAq8hyM0TRUVlef1TRNoWAqpmmNlVtKUDtI=
|
||||
github.com/lightninglabs/neutrino v0.15.0/go.mod h1:pmjwElN/091TErtSE9Vd5W4hpxoG2/+xlb+HoPm9Gug=
|
||||
github.com/lightninglabs/neutrino/cache v1.1.1 h1:TllWOSlkABhpgbWJfzsrdUaDH2fBy/54VSIB4vVqV8M=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue