Skip to content

Commit

Permalink
Merge pull request lightningnetwork#8643 from Roasbeef/kvdb-top-level…
Browse files Browse the repository at this point in the history
…-module-bump

build: bump top level module to kvdb v1.4.6
  • Loading branch information
Roasbeef authored Apr 18, 2024
2 parents 2ccf58e + 2162c94 commit 63ef2f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 1 addition & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ require (
github.com/lightningnetwork/lnd/clock v1.1.1
github.com/lightningnetwork/lnd/fn v1.0.5
github.com/lightningnetwork/lnd/healthcheck v1.2.4
github.com/lightningnetwork/lnd/kvdb v1.4.5
github.com/lightningnetwork/lnd/kvdb v1.4.6
github.com/lightningnetwork/lnd/queue v1.1.1
github.com/lightningnetwork/lnd/sqldb v1.0.1
github.com/lightningnetwork/lnd/ticker v1.1.1
Expand Down Expand Up @@ -203,10 +203,6 @@ replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2
// 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

// Temporary replace rule until kvdb is tagged with changes from
// https://github.com/lightningnetwork/lnd/pull/8611.
replace github.com/lightningnetwork/lnd/kvdb => ./kvdb

// If you change this please also update .github/pull_request_template.md and
// docs/INSTALL.md.
go 1.21.4
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,8 @@ github.com/lightningnetwork/lnd/fn v1.0.5 h1:ffDgMSn83avw6rNzxhbt6w5/2oIrwQKTPGf
github.com/lightningnetwork/lnd/fn v1.0.5/go.mod h1:P027+0CyELd92H9gnReUkGGAqbFA1HwjHWdfaDFD51U=
github.com/lightningnetwork/lnd/healthcheck v1.2.4 h1:lLPLac+p/TllByxGSlkCwkJlkddqMP5UCoawCj3mgFQ=
github.com/lightningnetwork/lnd/healthcheck v1.2.4/go.mod h1:G7Tst2tVvWo7cx6mSBEToQC5L1XOGxzZTPB29g9Rv2I=
github.com/lightningnetwork/lnd/kvdb v1.4.6 h1:2pkouBCXW2LHYanvNCXz8Pau16NTsTI8cO6JmBIBjVM=
github.com/lightningnetwork/lnd/kvdb v1.4.6/go.mod h1:sBwBi8uofKqgzWkSe9bPoTZKmanASPFANFTCWa0/iYo=
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/sqldb v1.0.1 h1:lpNoJ6qRh3D02oeIUsKQLZUzjcgZ9ppMZNZnwrpBBmY=
Expand Down

0 comments on commit 63ef2f8

Please sign in to comment.