File tree Expand file tree Collapse file tree 2 files changed +23
-66
lines changed Expand file tree Collapse file tree 2 files changed +23
-66
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ require (
7
7
github.com/grpc-ecosystem/grpc-gateway v1.12.2
8
8
github.com/improbable-eng/grpc-web v0.12.0
9
9
github.com/jessevdk/go-flags v1.4.0
10
- github.com/lightninglabs/faraday v0.2 .0-alpha
10
+ github.com/lightninglabs/faraday v0.1 .0-alpha.0.20200518080657-d3726a59507c
11
11
github.com/lightninglabs/loop v0.6.3-beta
12
- github.com/lightningnetwork/lnd v0.10.1
12
+ github.com/lightningnetwork/lnd v0.10.2-beta-rc1-branch
13
13
github.com/lightningnetwork/lnd/cert v1.0.2
14
14
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
15
15
github.com/mwitkow/grpc-proxy v0.0.0-20181017164139-0f1106ef9c76
@@ -26,6 +26,6 @@ require (
26
26
27
27
// Manually solve the conflict between loop's lndclient version of lnd and what
28
28
// we explicitly need for the unified binary to work.
29
- replace github.com/lightningnetwork/lnd => github.com/lightningnetwork/lnd v0.10.0 -beta.rc6 .0.20200603172101-595bb7c1ff14
29
+ replace github.com/lightningnetwork/lnd => github.com/lightningnetwork/lnd v0.10.1 -beta.rc3 .0.20200618073938-797de8445bdb
30
30
31
31
go 1.13
You can’t perform that action at this time.
0 commit comments