mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 09:48:19 +01:00
9 lines
169 B
Modula-2
9 lines
169 B
Modula-2
|
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
|