2019-11-13 09:25:43 +01:00
|
|
|
module github.com/lightningnetwork/lnd/cert
|
|
|
|
|
2021-10-01 15:19:30 +02:00
|
|
|
go 1.16
|
2020-06-26 19:53:05 +02:00
|
|
|
|
2022-05-24 20:26:32 +02:00
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/stretchr/testify v1.5.1
|
|
|
|
)
|