mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-25 12:51:36 +02:00
mod+tlv: make tlv its own submodule
This commit is contained in:
8
tlv/go.mod
Normal file
8
tlv/go.mod
Normal 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
|
Reference in New Issue
Block a user