mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-20 02:27:21 +01:00
fccfefdb58
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20211216021012-1d35b9e2eb4e to 0.1.0. - [Release notes](https://github.com/golang/sys/releases) - [Commits](https://github.com/golang/sys/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
12 lines
288 B
Modula-2
12 lines
288 B
Modula-2
module github.com/lightningnetwork/lnd/healthcheck
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
|
|
github.com/lightningnetwork/lnd/ticker v1.1.0
|
|
github.com/lightningnetwork/lnd/tor v1.0.0
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/sys v0.1.0
|
|
)
|