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

8
tlv/go.mod Normal file
View File

@@ -0,0 +1,8 @@
module github.com/lightningnetwork/lnd/tlv
require (
github.com/btcsuite/btcd v0.22.0-beta.0.20211005184431-e3449998be39
github.com/davecgh/go-spew v1.1.1
)
go 1.16