lnd/healthcheck/go.mod
naveen 06433d351e
Upgrade to go 1.16 for the left over packages
Upgraded the go to 1.16 for the rest of the packages.
2021-10-19 03:55:13 +00:00

11 lines
272 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.0.0
github.com/stretchr/testify v1.7.0
golang.org/x/sys v0.0.0-20210426080607-c94f62235c83
)