Skip to content

Commit 0f924b3

Browse files
sputn1ckguggero
andcommitted
multi: bump lndclient and lnd version to latest
Co-authored-by: Oliver Gugger <[email protected]>
1 parent 11ab596 commit 0f924b3

File tree

6 files changed

+143
-28
lines changed

6 files changed

+143
-28
lines changed

go.mod

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ require (
44
github.com/btcsuite/btcd v0.23.1
55
github.com/btcsuite/btcd/btcec/v2 v2.2.0
66
github.com/btcsuite/btcd/btcutil v1.1.1
7+
github.com/btcsuite/btcd/btcutil/psbt v1.1.4
78
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1
89
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
910
github.com/btcsuite/btcwallet/wtxmgr v1.5.0
@@ -14,18 +15,18 @@ require (
1415
github.com/grpc-ecosystem/grpc-gateway/v2 v2.5.0
1516
github.com/jessevdk/go-flags v1.4.0
1617
github.com/lightninglabs/aperture v0.1.18-beta
17-
github.com/lightninglabs/lndclient v0.15.0-6
18+
github.com/lightninglabs/lndclient v0.15.0-12
1819
github.com/lightninglabs/loop/swapserverrpc v1.0.1
1920
github.com/lightninglabs/protobuf-hex-display v1.4.3-hex-display
20-
github.com/lightningnetwork/lnd v0.15.0-beta.rc4
21+
github.com/lightningnetwork/lnd v0.15.0-beta
2122
github.com/lightningnetwork/lnd/cert v1.1.1
2223
github.com/lightningnetwork/lnd/clock v1.1.0
2324
github.com/lightningnetwork/lnd/queue v1.1.0
2425
github.com/lightningnetwork/lnd/ticker v1.1.0
2526
github.com/lightningnetwork/lnd/tor v1.0.1
2627
github.com/stretchr/testify v1.7.1
2728
github.com/urfave/cli v1.22.4
28-
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f
29+
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
2930
google.golang.org/grpc v1.39.0
3031
google.golang.org/protobuf v1.27.1
3132
gopkg.in/macaroon-bakery.v2 v2.0.1

0 commit comments

Comments
 (0)