@@ -36,10 +36,10 @@ require (
3636 github.com/lightningnetwork/lnd/cert v1.2.2
3737 github.com/lightningnetwork/lnd/clock v1.1.1
3838 github.com/lightningnetwork/lnd/fn v1.2.0
39- github.com/lightningnetwork/lnd/healthcheck v1.2.4
40- github.com/lightningnetwork/lnd/kvdb v1.4.8
39+ github.com/lightningnetwork/lnd/healthcheck v1.2.5
40+ github.com/lightningnetwork/lnd/kvdb v1.4.10
4141 github.com/lightningnetwork/lnd/queue v1.1.1
42- github.com/lightningnetwork/lnd/sqldb v1.0.2
42+ github.com/lightningnetwork/lnd/sqldb v1.0.3
4343 github.com/lightningnetwork/lnd/ticker v1.1.1
4444 github.com/lightningnetwork/lnd/tlv v1.2.3
4545 github.com/lightningnetwork/lnd/tor v1.1.2
@@ -204,15 +204,6 @@ replace github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2
204204// allows us to specify that as an option.
205205replace google.golang.org/protobuf => github.com/lightninglabs/protobuf-go-hex-display v1.30.0-hex-display
206206
207- // Temporary replace until the next version of sqldb is tagged.
208- replace github.com/lightningnetwork/lnd/sqldb => ./sqldb
209-
210- // Temporary replace until the next version of healthcheck is tagged.
211- replace github.com/lightningnetwork/lnd/healthcheck => ./healthcheck
212-
213- // Temporary replace until the next version of kvdb is tagged.
214- replace github.com/lightningnetwork/lnd/kvdb => ./kvdb
215-
216207// If you change this please also update .github/pull_request_template.md and
217208// docs/INSTALL.md.
218209go 1.21.4
0 commit comments