mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-28 08:27:11 +02:00
mod: bump healthcheck to next version
We bump the version of the healthcheck module to a version that does not exist. But by doing so we can tag the merge commit of this PR with that actual version and have everything working. That is faster than merging the changes to the module, pushing a tag, then bumping the tag in go.mod.
This commit is contained in:
2
go.mod
2
go.mod
@@ -42,7 +42,7 @@ require (
|
||||
github.com/lightningnetwork/lightning-onion v1.0.2-0.20210520211913-522b799e65b1
|
||||
github.com/lightningnetwork/lnd/cert v1.0.3
|
||||
github.com/lightningnetwork/lnd/clock v1.0.1
|
||||
github.com/lightningnetwork/lnd/healthcheck v1.0.0
|
||||
github.com/lightningnetwork/lnd/healthcheck v1.0.2
|
||||
github.com/lightningnetwork/lnd/kvdb v1.0.1
|
||||
github.com/lightningnetwork/lnd/queue v1.0.4
|
||||
github.com/lightningnetwork/lnd/ticker v1.0.0
|
||||
|
Reference in New Issue
Block a user