lnd/tlv/go.mod

9 lines
169 B
Modula-2
Raw Normal View History

2022-02-21 13:45:20 +01:00
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