Skip to content

Commit

Permalink
mod: bump lnd, loop, taproot-assets & lnc
Browse files Browse the repository at this point in the history
Bump lnd to `v0.17.4-beta`, loop to `v0.27.0-beta`, taproot-assets to
and `v0.3.3` lightning-node-connect to `v0.3.0-alpha`.

This commit also bumps the loop swapserverrpc to `v1.0.6`, as it's
required by the new loop version.
  • Loading branch information
ViktorTigerstrom committed Feb 8, 2024
1 parent 7226f6c commit 9980c6b
Show file tree
Hide file tree
Showing 2 changed files with 425 additions and 43 deletions.
29 changes: 15 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
module github.com/lightninglabs/lightning-terminal

require (
github.com/btcsuite/btcd v0.23.5-0.20230905170901-80f5a0ffdf36
github.com/btcsuite/btcd v0.24.1-0.20240123000108-62e6af035ec5
github.com/btcsuite/btcd/btcec/v2 v2.3.2
github.com/btcsuite/btcd/btcutil v1.1.4-0.20230904040416-d4f519f5dc05
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2
github.com/btcsuite/btcd/btcutil v1.1.5
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
github.com/btcsuite/btcwallet/walletdb v1.4.0
github.com/go-errors/errors v1.0.1
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3
github.com/improbable-eng/grpc-web v0.12.0
github.com/jessevdk/go-flags v1.4.0
github.com/lightninglabs/faraday v0.2.11-alpha.0.20231003174141-945b7188032f
github.com/lightninglabs/lightning-node-connect v0.2.7-alpha
github.com/lightninglabs/lightning-node-connect v0.3.0-alpha.0.20240208172904-08e5d9e85972
github.com/lightninglabs/lightning-terminal/autopilotserverrpc v0.0.1
github.com/lightninglabs/lndclient v0.17.0-4
github.com/lightninglabs/loop v0.26.6-beta
github.com/lightninglabs/loop/swapserverrpc v1.0.5
github.com/lightninglabs/loop v0.27.0-beta
github.com/lightninglabs/loop/swapserverrpc v1.0.6
github.com/lightninglabs/pool v0.6.4-beta.0.20231003174306-80d8854a0c4b
github.com/lightninglabs/pool/auctioneerrpc v1.1.1
github.com/lightninglabs/taproot-assets v0.3.2
github.com/lightningnetwork/lnd v0.17.3-beta
github.com/lightninglabs/taproot-assets v0.3.3
github.com/lightningnetwork/lnd v0.17.4-beta
github.com/lightningnetwork/lnd/cert v1.2.2
github.com/lightningnetwork/lnd/kvdb v1.4.4
github.com/lightningnetwork/lnd/tlv v1.1.1
Expand All @@ -30,7 +30,7 @@ require (
github.com/stretchr/testify v1.8.4
github.com/urfave/cli v1.22.9
go.etcd.io/bbolt v1.3.7
golang.org/x/crypto v0.14.0
golang.org/x/crypto v0.17.0
golang.org/x/net v0.17.0
golang.org/x/sync v0.3.0
google.golang.org/grpc v1.59.0
Expand All @@ -51,7 +51,7 @@ require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/btcsuite/btcd/btcutil/psbt v1.1.8 // indirect
github.com/btcsuite/btcwallet v0.16.10-0.20231129183218-5df09dd43358 // indirect
github.com/btcsuite/btcwallet v0.16.10-0.20240127010340-16b422a2e8bf // indirect
github.com/btcsuite/btcwallet/wallet/txauthor v1.3.2 // indirect
github.com/btcsuite/btcwallet/wallet/txrules v1.2.0 // indirect
github.com/btcsuite/btcwallet/wallet/txsizes v1.2.3 // indirect
Expand Down Expand Up @@ -80,6 +80,7 @@ require (
github.com/dsnet/compress v0.0.1 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/fergusstrange/embedded-postgres v1.10.0 // indirect
github.com/fortytw2/leaktest v1.3.0 // indirect
github.com/go-logr/logr v1.3.0 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
Expand All @@ -91,7 +92,7 @@ require (
github.com/google/btree v1.0.1 // indirect
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/google/uuid v1.3.1 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.0-rc.0 // indirect
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.0-rc.3 // indirect
Expand Down Expand Up @@ -200,9 +201,9 @@ require (
go.uber.org/zap v1.23.0 // indirect
golang.org/x/exp v0.0.0-20230315142452-642cacee5cc0 // indirect
golang.org/x/mod v0.10.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/term v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/term v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/tools v0.9.1 // indirect
google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d // indirect
Expand Down
Loading

0 comments on commit 9980c6b

Please sign in to comment.