build: pin healthcheck and kvdb modules temporarily

This is to ensure that the added functionality works correctly and
should be removed once these changes are merged and the packages are
tagged.
This commit is contained in:
Andras Banki-Horvath 2024-07-25 18:20:13 +02:00
parent 2c8d1c878e
commit 7784d6abf6
No known key found for this signature in database
GPG key ID: 80E5375C094198D8
2 changed files with 6 additions and 4 deletions

6
go.mod
View file

@ -207,6 +207,12 @@ replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-d
// Temporary replace until the next version of sqldb is tagged.
replace github.com/lightningnetwork/lnd/sqldb => ./sqldb
// Temporary replace until the next version of healthcheck is tagged.
replace github.com/lightningnetwork/lnd/healthcheck => ./healthcheck
// Temporary replace until the next version of kvdb is tagged.
replace github.com/lightningnetwork/lnd/kvdb => ./kvdb
// If you change this please also update .github/pull_request_template.md and
// docs/INSTALL.md.
go 1.21.4

4
go.sum
View file

@ -452,10 +452,6 @@ github.com/lightningnetwork/lnd/clock v1.1.1 h1:OfR3/zcJd2RhH0RU+zX/77c0ZiOnIMsD
github.com/lightningnetwork/lnd/clock v1.1.1/go.mod h1:mGnAhPyjYZQJmebS7aevElXKTFDuO+uNFFfMXK1W8xQ=
github.com/lightningnetwork/lnd/fn v1.2.0 h1:YTb2m8NN5ZiJAskHeBZAmR1AiPY8SXziIYPAX1VI/ZM=
github.com/lightningnetwork/lnd/fn v1.2.0/go.mod h1:SyFohpVrARPKH3XVAJZlXdVe+IwMYc4OMAvrDY32kw0=
github.com/lightningnetwork/lnd/healthcheck v1.2.4 h1:lLPLac+p/TllByxGSlkCwkJlkddqMP5UCoawCj3mgFQ=
github.com/lightningnetwork/lnd/healthcheck v1.2.4/go.mod h1:G7Tst2tVvWo7cx6mSBEToQC5L1XOGxzZTPB29g9Rv2I=
github.com/lightningnetwork/lnd/kvdb v1.4.8 h1:xH0a5Vi1yrcZ5BEeF2ba3vlKBRxrL9uYXlWTjOjbNTY=
github.com/lightningnetwork/lnd/kvdb v1.4.8/go.mod h1:J2diNABOoII9UrMnxXS5w7vZwP7CA1CStrl8MnIrb3A=
github.com/lightningnetwork/lnd/queue v1.1.1 h1:99ovBlpM9B0FRCGYJo6RSFDlt8/vOkQQZznVb18iNMI=
github.com/lightningnetwork/lnd/queue v1.1.1/go.mod h1:7A6nC1Qrm32FHuhx/mi1cieAiBZo5O6l8IBIoQxvkz4=
github.com/lightningnetwork/lnd/ticker v1.1.1 h1:J/b6N2hibFtC7JLV77ULQp++QLtCwT6ijJlbdiZFbSM=