mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 07:35:07 +02:00
mod+tlv: make tlv its own submodule
This commit is contained in:
3
go.mod
3
go.mod
@@ -48,6 +48,7 @@ require (
|
||||
github.com/lightningnetwork/lnd/kvdb v1.3.0
|
||||
github.com/lightningnetwork/lnd/queue v1.1.0
|
||||
github.com/lightningnetwork/lnd/ticker v1.1.0
|
||||
github.com/lightningnetwork/lnd/tlv v1.0.0
|
||||
github.com/ltcsuite/ltcd v0.0.0-20190101042124-f37f8bf35796
|
||||
github.com/mattn/go-runewidth v0.0.9 // indirect
|
||||
github.com/miekg/dns v1.1.43
|
||||
@@ -85,6 +86,8 @@ replace github.com/lightningnetwork/lnd/healthcheck => ./healthcheck
|
||||
|
||||
replace github.com/lightningnetwork/lnd/kvdb => ./kvdb
|
||||
|
||||
replace github.com/lightningnetwork/lnd/tlv => ./tlv
|
||||
|
||||
// This replace is for addressing the CVE https://github.com/advisories/GHSA-f6mq-5m25-4r72
|
||||
// This is a indirect dependency that cannot be upgraded directly.
|
||||
replace go.mongodb.org/mongo-driver => go.mongodb.org/mongo-driver v1.5.1
|
||||
|
Reference in New Issue
Block a user