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:
Oliver Gugger
2021-07-28 10:58:47 +02:00
parent a35031ca2e
commit 417effd223

2
go.mod
View File

@@ -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