mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-04 20:44:46 +02:00
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:
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/lightning-onion v1.0.2-0.20210520211913-522b799e65b1
|
||||||
github.com/lightningnetwork/lnd/cert v1.1.0
|
github.com/lightningnetwork/lnd/cert v1.1.0
|
||||||
github.com/lightningnetwork/lnd/clock 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/kvdb v1.2.0
|
||||||
github.com/lightningnetwork/lnd/queue v1.1.0
|
github.com/lightningnetwork/lnd/queue v1.1.0
|
||||||
github.com/lightningnetwork/lnd/ticker v1.1.0
|
github.com/lightningnetwork/lnd/ticker v1.1.0
|
||||||
|
Reference in New Issue
Block a user