mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 06:35:07 +01:00
build: use the tagged 1.0.7 version of sqldb
This commit is contained in:
parent
e40324358a
commit
c10b765fff
2 changed files with 3 additions and 5 deletions
6
go.mod
6
go.mod
|
@ -40,7 +40,7 @@ require (
|
||||||
github.com/lightningnetwork/lnd/healthcheck v1.2.6
|
github.com/lightningnetwork/lnd/healthcheck v1.2.6
|
||||||
github.com/lightningnetwork/lnd/kvdb v1.4.12
|
github.com/lightningnetwork/lnd/kvdb v1.4.12
|
||||||
github.com/lightningnetwork/lnd/queue v1.1.1
|
github.com/lightningnetwork/lnd/queue v1.1.1
|
||||||
github.com/lightningnetwork/lnd/sqldb v1.0.6
|
github.com/lightningnetwork/lnd/sqldb v1.0.7
|
||||||
github.com/lightningnetwork/lnd/ticker v1.1.1
|
github.com/lightningnetwork/lnd/ticker v1.1.1
|
||||||
github.com/lightningnetwork/lnd/tlv v1.3.0
|
github.com/lightningnetwork/lnd/tlv v1.3.0
|
||||||
github.com/lightningnetwork/lnd/tor v1.1.4
|
github.com/lightningnetwork/lnd/tor v1.1.4
|
||||||
|
@ -207,10 +207,6 @@ replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2
|
||||||
// allows us to specify that as an option.
|
// allows us to specify that as an option.
|
||||||
replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-display v1.30.0-hex-display
|
replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-display v1.30.0-hex-display
|
||||||
|
|
||||||
// Temporary replace until https://github.com/lightningnetwork/lnd/pull/8831 is
|
|
||||||
// merged.
|
|
||||||
replace github.com/lightningnetwork/lnd/sqldb => ./sqldb
|
|
||||||
|
|
||||||
// If you change this please also update docs/INSTALL.md and GO_VERSION in
|
// If you change this please also update docs/INSTALL.md and GO_VERSION in
|
||||||
// Makefile (then run `make lint` to see where else it needs to be updated as
|
// Makefile (then run `make lint` to see where else it needs to be updated as
|
||||||
// well).
|
// well).
|
||||||
|
|
2
go.sum
2
go.sum
|
@ -464,6 +464,8 @@ github.com/lightningnetwork/lnd/kvdb v1.4.12 h1:Y0WY5Tbjyjn6eCYh068qkWur5oFtioJl
|
||||||
github.com/lightningnetwork/lnd/kvdb v1.4.12/go.mod h1:hx9buNcxsZpZwh8m1sjTQwy2SOeBoWWOZ3RnOQkMsxI=
|
github.com/lightningnetwork/lnd/kvdb v1.4.12/go.mod h1:hx9buNcxsZpZwh8m1sjTQwy2SOeBoWWOZ3RnOQkMsxI=
|
||||||
github.com/lightningnetwork/lnd/queue v1.1.1 h1:99ovBlpM9B0FRCGYJo6RSFDlt8/vOkQQZznVb18iNMI=
|
github.com/lightningnetwork/lnd/queue v1.1.1 h1:99ovBlpM9B0FRCGYJo6RSFDlt8/vOkQQZznVb18iNMI=
|
||||||
github.com/lightningnetwork/lnd/queue v1.1.1/go.mod h1:7A6nC1Qrm32FHuhx/mi1cieAiBZo5O6l8IBIoQxvkz4=
|
github.com/lightningnetwork/lnd/queue v1.1.1/go.mod h1:7A6nC1Qrm32FHuhx/mi1cieAiBZo5O6l8IBIoQxvkz4=
|
||||||
|
github.com/lightningnetwork/lnd/sqldb v1.0.7 h1:wQ4DdHY++uwxwth2CHL7s+duGqmMLaoIRBOQCa9HPTk=
|
||||||
|
github.com/lightningnetwork/lnd/sqldb v1.0.7/go.mod h1:OG09zL/PHPaBJefp4HsPz2YLUJ+zIQHbpgCtLnOx8I4=
|
||||||
github.com/lightningnetwork/lnd/ticker v1.1.1 h1:J/b6N2hibFtC7JLV77ULQp++QLtCwT6ijJlbdiZFbSM=
|
github.com/lightningnetwork/lnd/ticker v1.1.1 h1:J/b6N2hibFtC7JLV77ULQp++QLtCwT6ijJlbdiZFbSM=
|
||||||
github.com/lightningnetwork/lnd/ticker v1.1.1/go.mod h1:waPTRAAcwtu7Ji3+3k+u/xH5GHovTsCoSVpho0KDvdA=
|
github.com/lightningnetwork/lnd/ticker v1.1.1/go.mod h1:waPTRAAcwtu7Ji3+3k+u/xH5GHovTsCoSVpho0KDvdA=
|
||||||
github.com/lightningnetwork/lnd/tlv v1.3.0 h1:exS/KCPEgpOgviIttfiXAPaUqw2rHQrnUOpP7HPBPiY=
|
github.com/lightningnetwork/lnd/tlv v1.3.0 h1:exS/KCPEgpOgviIttfiXAPaUqw2rHQrnUOpP7HPBPiY=
|
||||||
|
|
Loading…
Add table
Reference in a new issue