mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-02 01:36:12 +02:00
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:
8
go.mod
8
go.mod
@@ -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
|
||||
|
Reference in New Issue
Block a user