From cac8da819ff96769326b4d9b7648bf59a1049f74 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Wed, 20 Oct 2021 18:53:25 -0700 Subject: [PATCH] build: update go.mod with latest healthcheck version We need a tag after the update to the sub-module, as otherwise projects that depend on lnd (like `lndclient`) are broken. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6574c65c1..32da9a2d3 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.1.0 github.com/lightningnetwork/lnd/clock v1.1.0 - github.com/lightningnetwork/lnd/healthcheck v1.1.0 + github.com/lightningnetwork/lnd/healthcheck v1.2.0 github.com/lightningnetwork/lnd/kvdb v1.2.0 github.com/lightningnetwork/lnd/queue v1.1.0 github.com/lightningnetwork/lnd/ticker v1.1.0