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.
This commit is contained in:
Olaoluwa Osuntokun 2021-10-20 18:53:25 -07:00
parent 7f656a2550
commit cac8da819f

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