-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #144 from lightninglabs/btcec-v2-upgrade
multi: bump btcec/v2 and btcutil to new versions
- Loading branch information
Showing
15 changed files
with
162 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,24 @@ | ||
module github.com/lightninglabs/faraday | ||
|
||
require ( | ||
github.com/btcsuite/btcd v0.22.0-beta.0.20211005184431-e3449998be39 | ||
github.com/btcsuite/btcd v0.22.0-beta.0.20220207191057-4dc4ff7963b4 | ||
github.com/btcsuite/btcd/btcutil v1.1.0 | ||
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f | ||
github.com/btcsuite/btcutil v1.0.3-0.20210527170813-e2ba6805a890 | ||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.5.0 | ||
github.com/jessevdk/go-flags v1.4.0 | ||
github.com/lightninglabs/lndclient v0.14.0-5 | ||
github.com/lightninglabs/lndclient v0.15.0-0 | ||
github.com/lightninglabs/protobuf-hex-display v1.4.3-hex-display | ||
github.com/lightningnetwork/lnd v0.14.0-beta | ||
github.com/lightningnetwork/lnd/cert v1.1.0 | ||
github.com/lightningnetwork/lnd/kvdb v1.2.0 | ||
github.com/lightningnetwork/lnd v0.14.1-beta.0.20220324135938-0dcaa511a249 | ||
github.com/lightningnetwork/lnd/cert v1.1.1 | ||
github.com/lightningnetwork/lnd/kvdb v1.3.1 | ||
github.com/shopspring/decimal v1.2.0 | ||
github.com/stretchr/testify v1.7.0 | ||
github.com/urfave/cli v1.20.0 | ||
github.com/urfave/cli v1.22.4 | ||
go.etcd.io/bbolt v1.3.6 | ||
google.golang.org/grpc v1.38.0 | ||
google.golang.org/protobuf v1.26.0 | ||
gopkg.in/macaroon-bakery.v2 v2.0.1 | ||
gopkg.in/macaroon.v2 v2.1.0 | ||
) | ||
|
||
// A PR was merged without bumping the kvdb module version. We'll be able to | ||
// remove this once 0.14.1-beta is out. | ||
replace github.com/lightningnetwork/lnd/kvdb => github.com/lightningnetwork/lnd/kvdb v1.2.1 | ||
|
||
go 1.15 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters