mirror of
https://github.com/lightninglabs/loop
synced 2024-11-11 13:11:12 +00:00
113f30bd83
Bumps [github.com/lightningnetwork/lnd](https://github.com/lightningnetwork/lnd) from 0.15.3-beta to 0.15.4-beta. - [Release notes](https://github.com/lightningnetwork/lnd/releases) - [Changelog](https://github.com/lightningnetwork/lnd/blob/master/docs/release.md) - [Commits](https://github.com/lightningnetwork/lnd/compare/v0.15.3-beta...v0.15.4-beta) --- updated-dependencies: - dependency-name: github.com/lightningnetwork/lnd dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
40 lines
1.5 KiB
Modula-2
40 lines
1.5 KiB
Modula-2
module github.com/lightninglabs/loop
|
|
|
|
require (
|
|
github.com/btcsuite/btcd v0.23.3
|
|
github.com/btcsuite/btcd/btcec/v2 v2.2.1
|
|
github.com/btcsuite/btcd/btcutil v1.1.2
|
|
github.com/btcsuite/btcd/btcutil/psbt v1.1.5
|
|
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.1
|
|
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
|
|
github.com/btcsuite/btcwallet/wtxmgr v1.5.0
|
|
github.com/coreos/bbolt v1.3.3
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1
|
|
github.com/fortytw2/leaktest v1.3.0
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.5.0
|
|
github.com/jessevdk/go-flags v1.4.0
|
|
github.com/lightninglabs/aperture v0.1.18-beta
|
|
github.com/lightninglabs/lndclient v0.15.1-5
|
|
github.com/lightninglabs/loop/swapserverrpc v1.0.1
|
|
github.com/lightninglabs/protobuf-hex-display v1.4.3-hex-display
|
|
github.com/lightningnetwork/lnd v0.15.4-beta
|
|
github.com/lightningnetwork/lnd/cert v1.1.1
|
|
github.com/lightningnetwork/lnd/clock v1.1.0
|
|
github.com/lightningnetwork/lnd/queue v1.1.0
|
|
github.com/lightningnetwork/lnd/ticker v1.1.0
|
|
github.com/lightningnetwork/lnd/tor v1.0.1
|
|
github.com/stretchr/testify v1.7.1
|
|
github.com/urfave/cli v1.22.9
|
|
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
|
|
google.golang.org/grpc v1.39.0
|
|
google.golang.org/protobuf v1.27.1
|
|
gopkg.in/macaroon-bakery.v2 v2.0.1
|
|
gopkg.in/macaroon.v2 v2.1.0
|
|
)
|
|
|
|
// TODO(bhandras): remove when the next swapserverrpc is tagged.
|
|
replace github.com/lightninglabs/loop/swapserverrpc => ./swapserverrpc
|
|
|
|
go 1.16
|