build: temp replace for sqldb+kvdb

This commit is contained in:
Olaoluwa Osuntokun
2025-04-03 16:20:13 -07:00
parent 9f5bf49ac7
commit 9eef2a0d6c
2 changed files with 4 additions and 4 deletions

4
go.mod
View File

@@ -210,6 +210,10 @@ replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2
// allows us to specify that as an option.
replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-display v1.30.0-hex-display
replace github.com/lightningnetwork/lnd/sqldb => ./sqldb
replace github.com/lightningnetwork/lnd/kvdb => ./kvdb
// If you change this please also update docs/INSTALL.md and GO_VERSION in
// Makefile (then run `make lint` to see where else it needs to be updated as
// well).