File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -210,6 +210,10 @@ replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2
210
210
// allows us to specify that as an option.
211
211
replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-display v1.30.0-hex-display
212
212
213
+ replace github.com/lightningnetwork/lnd/sqldb => ./sqldb
214
+
215
+ replace github.com/lightningnetwork/lnd/kvdb => ./kvdb
216
+
213
217
// If you change this please also update docs/INSTALL.md and GO_VERSION in
214
218
// Makefile (then run `make lint` to see where else it needs to be updated as
215
219
// well).
Original file line number Diff line number Diff line change @@ -371,12 +371,8 @@ github.com/lightningnetwork/lnd/fn/v2 v2.0.8 h1:r2SLz7gZYQPVc3IZhU82M66guz3Zk2oY
371
371
github.com/lightningnetwork/lnd/fn/v2 v2.0.8 /go.mod h1:TOzwrhjB/Azw1V7aa8t21ufcQmdsQOQMDtxVOQWNl8s =
372
372
github.com/lightningnetwork/lnd/healthcheck v1.2.6 h1:1sWhqr93GdkWy4+6U7JxBfcyZIE78MhIHTJZfPx7qqI =
373
373
github.com/lightningnetwork/lnd/healthcheck v1.2.6 /go.mod h1:Mu02um4CWY/zdTOvFje7WJgJcHyX2zq/FG3MhOAiGaQ =
374
- github.com/lightningnetwork/lnd/kvdb v1.4.13 h1:fe3sFBxsgcXl16G1zj6O/wZf0hbBHOxFe8pCgmnHZxM =
375
- github.com/lightningnetwork/lnd/kvdb v1.4.13 /go.mod h1:1y0Z81CGQu4SMpcnAie/oK4tzgEqFQqFdj6k3fz2s8s =
376
374
github.com/lightningnetwork/lnd/queue v1.1.1 h1:99ovBlpM9B0FRCGYJo6RSFDlt8/vOkQQZznVb18iNMI =
377
375
github.com/lightningnetwork/lnd/queue v1.1.1 /go.mod h1:7A6nC1Qrm32FHuhx/mi1cieAiBZo5O6l8IBIoQxvkz4 =
378
- github.com/lightningnetwork/lnd/sqldb v1.0.8 h1:bTrMwEVDTthkfea+ShdzfK0XkKQz3VNN9dbE+B+gvEk =
379
- github.com/lightningnetwork/lnd/sqldb v1.0.8 /go.mod h1:OG09zL/PHPaBJefp4HsPz2YLUJ+zIQHbpgCtLnOx8I4 =
380
376
github.com/lightningnetwork/lnd/ticker v1.1.1 h1:J/b6N2hibFtC7JLV77ULQp++QLtCwT6ijJlbdiZFbSM =
381
377
github.com/lightningnetwork/lnd/ticker v1.1.1 /go.mod h1:waPTRAAcwtu7Ji3+3k+u/xH5GHovTsCoSVpho0KDvdA =
382
378
github.com/lightningnetwork/lnd/tlv v1.3.0 h1:exS/KCPEgpOgviIttfiXAPaUqw2rHQrnUOpP7HPBPiY =
You can’t perform that action at this time.
0 commit comments