faraday/go.mod
carla 7f9e74941e
go.mod: update dependencies to lnd v0.10.0-beta.rc5
Multiple PRs that follow this one will require a dependency bump, this
commit separates the dependency bump out to reduce duplication. We can
only update to rc5 due to our dependency on lndclient in the loop repo,
which currently depends on the realease candidate. The release candidate
is sufficient for our purposes, and we can bump further as loop is
updated.
2020-05-06 11:04:26 +02:00

17 lines
587 B
Modula-2

module github.com/lightninglabs/faraday
require (
github.com/btcsuite/btcd v0.20.1-beta
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
github.com/golang/protobuf v1.3.3
github.com/grpc-ecosystem/grpc-gateway v1.12.2
github.com/jessevdk/go-flags v1.4.0
github.com/lightninglabs/loop v0.6.0-beta
github.com/lightninglabs/protobuf-hex-display v1.3.3-0.20191212020323-b444784ce75d
github.com/lightningnetwork/lnd v0.10.0-beta.rc5
github.com/urfave/cli v1.20.0
google.golang.org/genproto v0.0.0-20190927181202-20e1ac93f88c
google.golang.org/grpc v1.27.0
)
go 1.13