faraday/go.mod
carla dc3dd515b1
accounting: add pending channels to on chain report
Previously, if we generated a report while a channel was pending open
or close, it would not have been picked up as a channel. This change
adds pending channels and simplifies our on chain sorting to just have
opened and closed channels (independent of the source where we got the
channel information).
2020-08-12 11:14:49 +02:00

23 lines
869 B
Modula-2

module github.com/lightninglabs/faraday
require (
github.com/btcsuite/btcd v0.20.1-beta.0.20200730232343-1db1b6f8217f
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
github.com/btcsuite/btcutil v1.0.2
github.com/golang/protobuf v1.3.3
github.com/google/go-cmp v0.3.1 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.14.3
github.com/jessevdk/go-flags v1.4.0
github.com/lightninglabs/lndclient v1.0.1-0.20200807114525-94b23e774506
github.com/lightninglabs/protobuf-hex-display v1.3.3-0.20191212020323-b444784ce75d
github.com/lightningnetwork/lnd v0.11.0-beta.rc2
github.com/shopspring/decimal v1.2.0
github.com/stretchr/testify v1.5.1
github.com/urfave/cli v1.20.0
golang.org/x/text v0.3.2 // indirect
google.golang.org/genproto v0.0.0-20190927181202-20e1ac93f88c
google.golang.org/grpc v1.25.1
gopkg.in/macaroon.v2 v2.1.0
)
go 1.13