faraday/go.mod
carla e91b22480f terminator: Connect to LND RPC
This commit adds code to connect to LND's RPC from the
terminator main function. It allows users to specify
config through command line flags, and validates the
input where possible.
2019-11-04 10:39:33 +02:00

10 lines
288 B
Modula-2

module github.com/lightninglabs/terminator
require (
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
github.com/jessevdk/go-flags v1.4.0
github.com/lightninglabs/loop v0.2.4-alpha
github.com/lightningnetwork/lnd v0.8.0-beta-rc3.0.20191025122959-1a0ab538d53c
)
go 1.13