Skip to content

Commit 3b36ac0

Browse files
committed
build(temp): bump lnd
1 parent b14415f commit 3b36ac0

File tree

4 files changed

+99
-64
lines changed

4 files changed

+99
-64
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defaults:
1313
shell: bash
1414

1515
env:
16-
GO_VERSION: 1.23.6
16+
GO_VERSION: 1.23.10
1717

1818
jobs:
1919
build:

go.mod

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ require (
66
github.com/btcsuite/btcd/btcutil v1.1.5
77
github.com/btcsuite/btcd/btcutil/psbt v1.1.8
88
github.com/btcsuite/btcd/chaincfg/chainhash v1.1.0
9-
github.com/btcsuite/btclog/v2 v2.0.1-0.20250110154127-3ae4bf1cb318
10-
github.com/btcsuite/btcwallet v0.16.13
9+
github.com/btcsuite/btclog/v2 v2.0.1-0.20250728225537-6090e87c6c5b
10+
github.com/btcsuite/btcwallet v0.16.15-0.20250805011126-a3632ae48ab3
1111
github.com/btcsuite/btcwallet/wtxmgr v1.5.6
1212
github.com/lightningnetwork/lnd v0.19.0-beta
1313
github.com/lightningnetwork/lnd/kvdb v1.4.16
@@ -42,22 +42,20 @@ require (
4242
github.com/decred/dcrd/crypto/blake256 v1.0.1 // indirect
4343
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
4444
github.com/decred/dcrd/lru v1.1.2 // indirect
45-
github.com/distribution/reference v0.6.0 // indirect
46-
github.com/docker/cli v28.0.1+incompatible // indirect
47-
github.com/docker/docker v28.0.1+incompatible // indirect
45+
github.com/docker/cli v28.1.1+incompatible // indirect
46+
github.com/docker/docker v28.1.1+incompatible // indirect
4847
github.com/docker/go-connections v0.4.0 // indirect
4948
github.com/docker/go-units v0.5.0 // indirect
5049
github.com/dustin/go-humanize v1.0.1 // indirect
5150
github.com/fergusstrange/embedded-postgres v1.25.0 // indirect
52-
github.com/go-errors/errors v1.0.1 // indirect
5351
github.com/go-logr/logr v1.4.2 // indirect
5452
github.com/go-logr/stdr v1.2.2 // indirect
5553
github.com/go-viper/mapstructure/v2 v2.3.0 // indirect
5654
github.com/gofrs/uuid v4.2.0+incompatible // indirect
5755
github.com/gogo/protobuf v1.3.2 // indirect
5856
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
5957
github.com/golang-migrate/migrate/v4 v4.17.0 // indirect
60-
github.com/golang/protobuf v1.5.3 // indirect
58+
github.com/golang/protobuf v1.5.4 // indirect
6159
github.com/golang/snappy v0.0.4 // indirect
6260
github.com/google/btree v1.0.1 // indirect
6361
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
@@ -76,11 +74,11 @@ require (
7674
github.com/jackc/pgio v1.0.0 // indirect
7775
github.com/jackc/pgpassfile v1.0.0 // indirect
7876
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
79-
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
80-
github.com/jackc/pgtype v1.14.0 // indirect
81-
github.com/jackc/pgx/v4 v4.18.2 // indirect
82-
github.com/jackc/pgx/v5 v5.5.4 // indirect
83-
github.com/jackc/puddle/v2 v2.2.1 // indirect
77+
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
78+
github.com/jackc/pgtype v1.14.4 // indirect
79+
github.com/jackc/pgx/v4 v4.18.3 // indirect
80+
github.com/jackc/pgx/v5 v5.7.4 // indirect
81+
github.com/jackc/puddle/v2 v2.2.2 // indirect
8482
github.com/jessevdk/go-flags v1.4.0 // indirect
8583
github.com/jonboulle/clockwork v0.2.2 // indirect
8684
github.com/jrick/logrotate v1.1.2 // indirect
@@ -99,14 +97,14 @@ require (
9997
github.com/lightninglabs/gozmq v0.0.0-20191113021534-d20a764486bf // indirect
10098
github.com/lightninglabs/neutrino v0.16.1 // indirect
10199
github.com/lightninglabs/neutrino/cache v1.1.2 // indirect
102-
github.com/lightningnetwork/lightning-onion v1.2.1-0.20240712235311-98bd56499dfb // indirect
100+
github.com/lightningnetwork/lightning-onion v1.2.1-0.20240815225420-8b40adf04ab9 // indirect
103101
github.com/lightningnetwork/lnd/clock v1.1.1 // indirect
104102
github.com/lightningnetwork/lnd/fn/v2 v2.0.8 // indirect
105103
github.com/lightningnetwork/lnd/healthcheck v1.2.6 // indirect
106104
github.com/lightningnetwork/lnd/queue v1.1.1 // indirect
107-
github.com/lightningnetwork/lnd/sqldb v1.0.9 // indirect
105+
github.com/lightningnetwork/lnd/sqldb v1.0.10 // indirect
108106
github.com/lightningnetwork/lnd/ticker v1.1.1 // indirect
109-
github.com/lightningnetwork/lnd/tlv v1.3.1 // indirect
107+
github.com/lightningnetwork/lnd/tlv v1.3.2 // indirect
110108
github.com/lightningnetwork/lnd/tor v1.1.6 // indirect
111109
github.com/ltcsuite/ltcd v0.0.0-20190101042124-f37f8bf35796 // indirect
112110
github.com/mattn/go-isatty v0.0.20 // indirect
@@ -151,7 +149,6 @@ require (
151149
go.etcd.io/etcd/server/v3 v3.5.12 // indirect
152150
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
153151
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.0 // indirect
154-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
155152
go.opentelemetry.io/otel v1.35.0 // indirect
156153
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.20.0 // indirect
157154
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.20.0 // indirect
@@ -162,14 +159,14 @@ require (
162159
go.uber.org/atomic v1.7.0 // indirect
163160
go.uber.org/multierr v1.6.0 // indirect
164161
go.uber.org/zap v1.17.0 // indirect
165-
golang.org/x/crypto v0.36.0 // indirect
162+
golang.org/x/crypto v0.37.0 // indirect
166163
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
167164
golang.org/x/mod v0.17.0 // indirect
168-
golang.org/x/net v0.38.0 // indirect
169-
golang.org/x/sync v0.12.0 // indirect
170-
golang.org/x/sys v0.31.0 // indirect
171-
golang.org/x/term v0.30.0 // indirect
172-
golang.org/x/text v0.23.0 // indirect
165+
golang.org/x/net v0.39.0 // indirect
166+
golang.org/x/sync v0.13.0 // indirect
167+
golang.org/x/sys v0.32.0 // indirect
168+
golang.org/x/term v0.31.0 // indirect
169+
golang.org/x/text v0.24.0 // indirect
173170
golang.org/x/time v0.3.0 // indirect
174171
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
175172
google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b // indirect
@@ -195,4 +192,8 @@ require (
195192
// allows us to specify that as an option.
196193
replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-display v1.33.0-hex-display
197194

198-
go 1.23.6
195+
replace github.com/lightningnetwork/lnd => github.com/GeorgeTsagk/lnd v0.0.0-20250806121655-c98792e8a1c1
196+
197+
replace github.com/lightningnetwork/lnd/sqldb => github.com/GeorgeTsagk/lnd/sqldb v0.0.0-20250806121655-c98792e8a1c1
198+
199+
go 1.23.10

0 commit comments

Comments
 (0)