File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -202,6 +202,9 @@ require (
202202 sigs.k8s.io/yaml v1.2.0 // indirect
203203)
204204
205+ // TODO(elle): remove once the gossip V2 sqldb changes have been made.
206+ replace github.com/lightningnetwork/lnd/sqldb => ./sqldb
207+
205208// This replace is for https://github.com/advisories/GHSA-25xm-hr59-7c27
206209replace github.com/ulikunitz/xz => github.com/ulikunitz/xz v0.5.11
207210
Original file line number Diff line number Diff line change @@ -382,8 +382,6 @@ github.com/lightningnetwork/lnd/kvdb v1.4.16 h1:9BZgWdDfjmHRHLS97cz39bVuBAqMc4/p
382382git.colasdn.top/lightningnetwork/lnd/kvdb v1.4.16 /go.mod h1:HW+bvwkxNaopkz3oIgBV6NEnV4jCEZCACFUcNg4xSjM =
383383git.colasdn.top/lightningnetwork/lnd/queue v1.1.1 h1:99ovBlpM9B0FRCGYJo6RSFDlt8/vOkQQZznVb18iNMI =
384384git.colasdn.top/lightningnetwork/lnd/queue v1.1.1 /go.mod h1:7A6nC1Qrm32FHuhx/mi1cieAiBZo5O6l8IBIoQxvkz4 =
385- github.com/lightningnetwork/lnd/sqldb v1.0.11 h1:X8J3OvdIhJVniQG78Qsp3niErl1zdGMTPvzgiLMWOOo =
386- github.com/lightningnetwork/lnd/sqldb v1.0.11 /go.mod h1:oOdZ7vjmAUmI9He+aFHTunnxKVefHZAfJttZdz16hSg =
387385git.colasdn.top/lightningnetwork/lnd/ticker v1.1.1 h1:J/b6N2hibFtC7JLV77ULQp++QLtCwT6ijJlbdiZFbSM =
388386git.colasdn.top/lightningnetwork/lnd/ticker v1.1.1 /go.mod h1:waPTRAAcwtu7Ji3+3k+u/xH5GHovTsCoSVpho0KDvdA =
389387git.colasdn.top/lightningnetwork/lnd/tlv v1.3.2 h1:MO4FCk7F4k5xPMqVZF6Nb/kOpxlwPrUQpYjmyKny5s0 =
You can’t perform that action at this time.
0 commit comments