|
1 | 1 | module github.com/lightninglabs/faraday |
2 | 2 |
|
3 | 3 | require ( |
4 | | - github.com/btcsuite/btcd v0.21.0-beta.0.20201208033208-6bd4c64a54fa |
| 4 | + github.com/btcsuite/btcd v0.21.0-beta.0.20210429225535-ce697fe7e82b |
5 | 5 | github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f |
6 | | - github.com/btcsuite/btcutil v1.0.2 |
7 | | - github.com/golang/protobuf v1.3.3 |
8 | | - github.com/google/go-cmp v0.3.1 // indirect |
| 6 | + github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce |
| 7 | + github.com/golang/protobuf v1.4.3 |
9 | 8 | github.com/grpc-ecosystem/grpc-gateway v1.14.3 |
10 | 9 | github.com/jessevdk/go-flags v1.4.0 |
11 | | - github.com/lightninglabs/lndclient v0.11.0-5 |
12 | | - github.com/lightninglabs/protobuf-hex-display v1.3.3-0.20191212020323-b444784ce75d |
13 | | - github.com/lightningnetwork/lnd v0.12.0-beta.rc5 |
| 10 | + github.com/lightninglabs/lndclient v0.11.1-5 |
| 11 | + github.com/lightninglabs/protobuf-hex-display v1.4.3-hex-display |
| 12 | + github.com/lightningnetwork/lnd v0.13.0-beta.rc2 |
14 | 13 | github.com/lightningnetwork/lnd/cert v1.0.3 |
15 | 14 | github.com/shopspring/decimal v1.2.0 |
16 | | - github.com/stretchr/testify v1.5.1 |
| 15 | + github.com/stretchr/testify v1.7.0 |
17 | 16 | github.com/urfave/cli v1.20.0 |
18 | | - golang.org/x/text v0.3.2 // indirect |
19 | 17 | google.golang.org/grpc v1.29.1 |
20 | 18 | gopkg.in/macaroon-bakery.v2 v2.0.1 |
21 | 19 | gopkg.in/macaroon.v2 v2.1.0 |
22 | 20 | ) |
23 | 21 |
|
| 22 | +// Fix incompatibility of etcd go.mod package. |
| 23 | +// See https://github.com/etcd-io/etcd/issues/11154 |
| 24 | +replace go.etcd.io/etcd => go.etcd.io/etcd v0.5.0-alpha.5.0.20201125193152-8a03d2e9614b |
| 25 | + |
24 | 26 | go 1.15 |
0 commit comments