mod+tlv: make tlv its own submodule

This commit is contained in:
Oliver Gugger
2022-02-21 13:45:20 +01:00
parent 67f5957c5e
commit 96b960455f
3 changed files with 57 additions and 0 deletions

3
go.mod
View File

@@ -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