kvdb: bump to sqldb/v1.0.1

Post merge module clean up after
https://github.com/lightningnetwork/lnd/pull/8611.
This commit is contained in:
Olaoluwa Osuntokun
2024-04-11 15:47:00 -07:00
parent 1c229e4422
commit 06e4ffb3f3
4 changed files with 82 additions and 25 deletions

8
go.mod
View File

@@ -36,10 +36,10 @@ require (
github.com/lightningnetwork/lnd/cert v1.2.2
github.com/lightningnetwork/lnd/clock v1.1.1
github.com/lightningnetwork/lnd/fn v1.0.5
github.com/lightningnetwork/lnd/healthcheck v1.2.3
github.com/lightningnetwork/lnd/healthcheck v1.2.4
github.com/lightningnetwork/lnd/kvdb v1.4.5
github.com/lightningnetwork/lnd/queue v1.1.1
github.com/lightningnetwork/lnd/sqldb v1.0.0
github.com/lightningnetwork/lnd/sqldb v1.0.1
github.com/lightningnetwork/lnd/ticker v1.1.1
github.com/lightningnetwork/lnd/tlv v1.2.3
github.com/lightningnetwork/lnd/tor v1.1.2
@@ -207,10 +207,6 @@ replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-d
// https://github.com/lightningnetwork/lnd/pull/8611.
replace github.com/lightningnetwork/lnd/kvdb => ./kvdb
// Temporary replace rule until sqldb is tagged with changes from
// https://github.com/lightningnetwork/lnd/pull/8611.
replace github.com/lightningnetwork/lnd/sqldb => ./sqldb
// If you change this please also update .github/pull_request_template.md and
// docs/INSTALL.md.
go 1.21.4