@@ -4,12 +4,13 @@ go 1.23.9
4
4
5
5
require (
6
6
github.com/btcsuite/btcd v0.24.3-0.20250318170759-4f4ea81776d6
7
- github.com/lightningnetwork/lnd v0.19.0-beta.rc3
8
- github.com/stretchr/testify v1.9 .0
7
+ github.com/lightningnetwork/lnd v0.19.0-beta
8
+ github.com/stretchr/testify v1.10 .0
9
9
gopkg.in/macaroon-bakery.v2 v2.3.0
10
10
)
11
11
12
12
require (
13
+ dario.cat/mergo v1.0.2 // indirect
13
14
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
14
15
github.com/BurntSushi/toml v1.3.2 // indirect
15
16
github.com/Microsoft/go-winio v0.6.1 // indirect
@@ -45,16 +46,18 @@ require (
45
46
github.com/decred/dcrd/crypto/blake256 v1.0.1 // indirect
46
47
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
47
48
github.com/decred/dcrd/lru v1.1.2 // indirect
48
- github.com/docker/cli v20.10.17+incompatible // indirect
49
- github.com/docker/docker v24.0.7+incompatible // indirect
49
+ github.com/distribution/reference v0.6.0 // indirect
50
+ github.com/docker/cli v28.0.1+incompatible // indirect
51
+ github.com/docker/docker v28.0.1+incompatible // indirect
50
52
github.com/docker/go-connections v0.4.0 // indirect
51
53
github.com/docker/go-units v0.5.0 // indirect
52
54
github.com/dustin/go-humanize v1.0.1 // indirect
53
55
github.com/fergusstrange/embedded-postgres v1.25.0 // indirect
54
56
github.com/go-errors/errors v1.0.1 // indirect
55
- github.com/go-logr/logr v1.3.0 // indirect
57
+ github.com/go-logr/logr v1.4.2 // indirect
56
58
github.com/go-logr/stdr v1.2.2 // indirect
57
59
github.com/go-macaroon-bakery/macaroonpb v1.0.0 // indirect
60
+ github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
58
61
github.com/gofrs/uuid v4.2.0+incompatible // indirect
59
62
github.com/gogo/protobuf v1.3.2 // indirect
60
63
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
@@ -72,7 +75,6 @@ require (
72
75
github.com/hashicorp/errwrap v1.1.0 // indirect
73
76
github.com/hashicorp/go-multierror v1.1.1 // indirect
74
77
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
75
- github.com/imdario/mergo v0.3.12 // indirect
76
78
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
77
79
github.com/jackc/pgconn v1.14.3 // indirect
78
80
github.com/jackc/pgerrcode v0.0.0-20240316143900-6e2875d9b438 // indirect
@@ -105,13 +107,13 @@ require (
105
107
github.com/lightningnetwork/lnd/queue v1.1.1 // indirect
106
108
github.com/lightningnetwork/lnd/sqldb v1.0.9 // indirect
107
109
github.com/lightningnetwork/lnd/ticker v1.1.1 // indirect
108
- github.com/lightningnetwork/lnd/tlv v1.3.0 // indirect
110
+ github.com/lightningnetwork/lnd/tlv v1.3.1 // indirect
109
111
github.com/lightningnetwork/lnd/tor v1.1.6 // indirect
110
112
github.com/ltcsuite/ltcd v0.0.0-20190101042124-f37f8bf35796 // indirect
111
113
github.com/mattn/go-isatty v0.0.20 // indirect
112
114
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
113
115
github.com/miekg/dns v1.1.43 // indirect
114
- github.com/mitchellh/mapstructure v1.4 .1 // indirect
116
+ github.com/moby/docker-image-spec v1.3 .1 // indirect
115
117
github.com/moby/sys/user v0.3.0 // indirect
116
118
github.com/moby/term v0.5.0 // indirect
117
119
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -150,13 +152,15 @@ require (
150
152
go.etcd.io/etcd/pkg/v3 v3.5.12 // indirect
151
153
go.etcd.io/etcd/raft/v3 v3.5.12 // indirect
152
154
go.etcd.io/etcd/server/v3 v3.5.12 // indirect
155
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
153
156
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.0 // indirect
154
- go.opentelemetry.io/otel v1.20.0 // indirect
157
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
158
+ go.opentelemetry.io/otel v1.36.0 // indirect
155
159
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.20.0 // indirect
156
160
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.20.0 // indirect
157
- go.opentelemetry.io/otel/metric v1.20 .0 // indirect
158
- go.opentelemetry.io/otel/sdk v1.20 .0 // indirect
159
- go.opentelemetry.io/otel/trace v1.20 .0 // indirect
161
+ go.opentelemetry.io/otel/metric v1.36 .0 // indirect
162
+ go.opentelemetry.io/otel/sdk v1.36 .0 // indirect
163
+ go.opentelemetry.io/otel/trace v1.36 .0 // indirect
160
164
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
161
165
go.uber.org/atomic v1.7.0 // indirect
162
166
go.uber.org/multierr v1.6.0 // indirect
@@ -166,7 +170,7 @@ require (
166
170
golang.org/x/mod v0.17.0 // indirect
167
171
golang.org/x/net v0.38.0 // indirect
168
172
golang.org/x/sync v0.12.0 // indirect
169
- golang.org/x/sys v0.31 .0 // indirect
173
+ golang.org/x/sys v0.33 .0 // indirect
170
174
golang.org/x/term v0.30.0 // indirect
171
175
golang.org/x/text v0.23.0 // indirect
172
176
golang.org/x/time v0.3.0 // indirect
0 commit comments