From 417effd223eae90b0110839041304581598cf05f Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Wed, 28 Jul 2021 10:58:47 +0200 Subject: [PATCH] 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. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 63ffd1991..392a55a78 100644 --- a/go.mod +++ b/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