faraday/go.mod
carla 1a3919a87d
revenue: add Revenue Report
Add a revenue report which provides information
about pairwise volume and revenue for channels
over a set of forwarding events. Fees are split
between incoming and outgoing channels because
forwards are enabled by pairs of channels.
2019-12-16 11:00:18 +02:00

11 lines
327 B
Modula-2

module github.com/lightninglabs/terminator
require (
github.com/btcsuite/btcd v0.20.1-beta
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