Skip to content

Commit 12cf3b0

Browse files
committed
mod: update LND to v0.11.0 and Loop to v0.8.0
1 parent 9d5c264 commit 12cf3b0

File tree

4 files changed

+1978
-1405
lines changed

4 files changed

+1978
-1405
lines changed

go.mod

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,25 @@ module github.com/lightninglabs/lightning-terminal
33
require (
44
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
55
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
6-
github.com/gorilla/websocket v1.4.2 // indirect
76
github.com/grpc-ecosystem/grpc-gateway v1.14.3
87
github.com/improbable-eng/grpc-web v0.12.0
98
github.com/jessevdk/go-flags v1.4.0
10-
github.com/lightninglabs/faraday v0.2.0-alpha.0.20200708222452-2fe6222047a4
11-
github.com/lightninglabs/lndclient v1.0.1-0.20200708220508-33580b267beb
12-
github.com/lightninglabs/loop v0.6.5-beta
13-
github.com/lightningnetwork/lnd v0.10.3-beta
9+
github.com/lightninglabs/faraday v0.2.0-alpha.0.20200811090810-93547d433a66
10+
github.com/lightninglabs/lndclient v1.0.1-0.20200629081038-bb0726595df9
11+
github.com/lightninglabs/loop v0.8.0-beta
12+
github.com/lightningnetwork/lnd v0.11.0-beta
1413
github.com/lightningnetwork/lnd/cert v1.0.2
1514
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
1615
github.com/mwitkow/grpc-proxy v0.0.0-20181017164139-0f1106ef9c76
1716
github.com/prometheus/client_golang v1.5.1 // indirect
1817
github.com/rakyll/statik v0.1.7
1918
github.com/rs/cors v1.7.0 // indirect
20-
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
19+
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
2120
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
2221
golang.org/x/sys v0.0.0-20200406155108-e3b113bbe6a4 // indirect
2322
google.golang.org/grpc v1.28.0
2423
gopkg.in/macaroon-bakery.v2 v2.1.0
2524
gopkg.in/macaroon.v2 v2.1.0
2625
)
2726

28-
// Manually solve the conflict between loop's lndclient version of lnd and what
29-
// we explicitly need for the unified binary to work.
30-
replace (
31-
github.com/lightninglabs/lndclient => github.com/lightninglabs/lndclient v1.0.1-0.20200708223031-76709c25d859
32-
github.com/lightninglabs/loop => github.com/lightninglabs/loop v0.6.5-beta
33-
github.com/lightningnetwork/lnd => github.com/lightningnetwork/lnd v0.10.3-beta
34-
)
35-
3627
go 1.13

0 commit comments

Comments
 (0)