mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 18:10:34 +01:00
12 lines
297 B
Modula-2
12 lines
297 B
Modula-2
module github.com/lightningnetwork/lnd/tlv
|
|
|
|
require (
|
|
github.com/btcsuite/btcd v0.22.0-beta.0.20220207191057-4dc4ff7963b4
|
|
github.com/btcsuite/btcd/btcec/v2 v2.1.0
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1
|
|
github.com/stretchr/testify v1.7.1
|
|
)
|
|
|
|
go 1.16
|