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 (
77 github.com/grpc-ecosystem/grpc-gateway v1.12.2
88 github.com/improbable-eng/grpc-web v0.12.0
99 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
1111 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
1313 github.com/lightningnetwork/lnd/cert v1.0.2
1414 github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
1515 github.com/mwitkow/grpc-proxy v0.0.0-20181017164139-0f1106ef9c76
@@ -26,6 +26,6 @@ require (
2626
2727// Manually solve the conflict between loop's lndclient version of lnd and what
2828// 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
3030
3131go 1.13
You can’t perform that action at this time.
0 commit comments