healthcheck: separate lnd/healthcheck into submodule

This commit is contained in:
Andras Banki-Horvath
2021-04-26 22:03:16 +02:00
parent cee832b749
commit ad586c6bf1
4 changed files with 37 additions and 4 deletions

10
healthcheck/go.mod Normal file
View File

@@ -0,0 +1,10 @@
module github.com/lightningnetwork/lnd/healthcheck
go 1.15
require (
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
github.com/lightningnetwork/lnd/ticker v1.0.0
github.com/stretchr/testify v1.7.0
golang.org/x/sys v0.0.0-20210426080607-c94f62235c83
)