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